aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
blob: d56b1e96741bc8ec7ad72e0cb8a7b7f302db025d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Checks: >
  bugprone-*,
  clang-analyzer-*,
  performance-*,
  modernize-*,
  readability-*,
  -modernize-use-trailing-return-type,
  -readability-identifier-length,
  -readability-magic-numbers
WarningsAsErrors: ''
HeaderFilterRegex: 'src/.*'
FormatStyle: file