Initial Commit
This commit is contained in:
16
.clang-tidy
Normal file
16
.clang-tidy
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
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
|
||||
...
|
Reference in New Issue
Block a user