---
Checks: >
  bugprone-*,
  -bugprone-easily-swappable-parameters,
  cert-*,
  clang-diagnostic-*,
  clang-analyzer-*,
  concurrency-*,
  cppcoreguidelines-*,
  -cppcoreguidelines-pro-type-reinterpret-cast,
  google-explicit-constructor,
  misc-*,
  modernize-*,
  -modernize-use-trailing-return-type,
  performance-*,
  readability-*,
  -readability-uppercase-literal-suffix,
WarningsAsErrors: ''
FormatStyle: 'file'
...
