Checks: >
  clang-analyzer-*,
  bugprone-*,
  google-runtime-int,
  performance-*,
  modernize-*,
  readability-*,
  -modernize-use-trailing-return-type,
  -readability-magic-numbers,
  -readability-identifier-length
WarningsAsErrors: >
  google-runtime-int
HeaderFilterRegex: '.*'
FormatStyle: file
