]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - .clang-tidy
Fixing clang compilation and supporting clang-tidy
[kiibohd-controller.git] / .clang-tidy
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644 (file)
index 0000000..8ae1316
--- /dev/null
@@ -0,0 +1,16 @@
+---
+Checks:          'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
+HeaderFilterRegex: ''
+AnalyzeTemporaryDtors: false
+User:            hyatt
+CheckOptions:    
+  - key:             google-readability-braces-around-statements.ShortStatementLines
+    value:           '1'
+  - key:             google-readability-function-size.StatementThreshold
+    value:           '800'
+  - key:             google-readability-namespace-comments.ShortNamespaceLines
+    value:           '10'
+  - key:             google-readability-namespace-comments.SpacesBeforeComments
+    value:           '2'
+...
+