17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
|
---
|
||
|
Checks: '-*,
|
||
|
clang-*,
|
||
|
bugprone-*,
|
||
|
cppcoreguidelines-*,
|
||
|
modernize-*,
|
||
|
performance-*,
|
||
|
-cppcoreguidelines-pro-type-vararg,
|
||
|
-modernize-use-trailing-return-type,
|
||
|
-bugprone-exception-escape'
|
||
|
|
||
|
HeaderFilterRegex: 'src/*'
|
||
|
AnalyzeTemporaryDtors: false
|
||
|
WarningsAsErrors: ''
|
||
|
FormatStyle: file
|
||
|
...
|