]> git.donarmstrong.com Git - kiibohd-controller.git/blob - .clang-tidy
Adding basic mouse button support
[kiibohd-controller.git] / .clang-tidy
1 ---
2 Checks:          'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
3 HeaderFilterRegex: ''
4 AnalyzeTemporaryDtors: false
5 User:            hyatt
6 CheckOptions:    
7   - key:             google-readability-braces-around-statements.ShortStatementLines
8     value:           '1'
9   - key:             google-readability-function-size.StatementThreshold
10     value:           '800'
11   - key:             google-readability-namespace-comments.ShortNamespaceLines
12     value:           '10'
13   - key:             google-readability-namespace-comments.SpacesBeforeComments
14     value:           '2'
15 ...
16