1
2Checks:          '-*,fuchsia-*'
3HeaderFilterRegex: '.*'
4CheckOptions:
5  - key:             google-readability-braces-around-statements.ShortStatementLines
6    value:           '2'
7  - key:             google-readability-function-size.StatementThreshold
8    value:           '800'
9  - key:             google-readability-namespace-comments.ShortNamespaceLines
10    value:           '10'
11  - key:             google-readability-namespace-comments.SpacesBeforeComments
12    value:           '2'
13  - key:             modernize-loop-convert.MaxCopySize
14    value:           '16'
15  - key:             modernize-loop-convert.MinConfidence
16    value:           reasonable
17  - key:             modernize-loop-convert.NamingStyle
18    value:           CamelCase
19  - key:             modernize-pass-by-value.IncludeStyle
20    value:           llvm
21  - key:             modernize-replace-auto-ptr.IncludeStyle
22    value:           llvm
23  - key:             modernize-use-default-member-init.UseAssignment
24    value:           '1'
25  - key:             modernize-use-nullptr.NullMacros
26    value:           'NULL'
27  - key:             readability-braces-around-statements.ShortStatementLines
28    value:           '2'
29