aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 2ed66e3..885adc7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -10,5 +10,6 @@ CheckOptions:
value: '_t'
- key: fuchsia-restrict-system-includes.Includes
value: '*,-stdint.h,-stdbool.h'
-
+ - key: readability-function-size.StatementThreshold
+ value: '850'
...