diff options
author | 2019-11-14 02:55:05 +0530 | |
---|---|---|
committer | 2019-11-14 02:55:05 +0530 | |
commit | 3c28d1f1d7fac7c4d8764cfce0749ec22dbbbaa3 (patch) | |
tree | dd36fbc3fbd91965657cb7ba8a611ab276bc0fa7 /src/.clang-tidy | |
parent | d723299df6bdf3d67079ea506890f7e6f7ae042e (diff) | |
download | nnn-3c28d1f1d7fac7c4d8764cfce0749ec22dbbbaa3.tar.gz |
Refactor plugin handling
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index a2815f0..ca00922 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -11,5 +11,5 @@ CheckOptions: - key: fuchsia-restrict-system-includes.Includes value: '*,-stdint.h,-stdbool.h' - key: readability-function-size.StatementThreshold - value: '950' + value: '900' ... |