1---
2Checks:          'clang-diagnostic-*,clang-analyzer-*,readability-*,modernize-*,bugprone-*,misc-*,google-runtime-int,llvm-header-guard,fuchsia-restrict-system-includes,-clang-analyzer-valist.Uninitialized,-clang-analyzer-security.insecureAPI.rand,-clang-analyzer-alpha.*,-readability-magic-numbers,-readability-non-const-parameter,-readability-avoid-const-params-in-decls,-readability-else-after-return,-readability-isolate-declaration,-readability-uppercase-literal-suffix'
3WarningsAsErrors: '*'
4HeaderFilterRegex: '.*\.[h|inl]$'
5FormatStyle: 'file'
6CheckOptions:
7  - key:             readability-braces-around-statements.ShortStatementLines
8    value:           '1'
9  - key:             google-runtime-int.TypeSufix
10    value:           '_t'
11  - key:             fuchsia-restrict-system-includes.Includes
12    value:           '*,-stdint.h,-stdbool.h,-assert.h'
13
14...
15