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' 3WarningsAsErrors: '*' 4HeaderFilterRegex: '.*(?<!lookup3.c)$' 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' 13 14... 15