mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
init commit
This commit is contained in:
commit
36de28a868
3 changed files with 52 additions and 0 deletions
18
.clang-tidy
Normal file
18
.clang-tidy
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
Checks: '
|
||||
clang-diagnostic-*,
|
||||
clang-analyzer-*,
|
||||
bugprone-use-after-move,
|
||||
cppcoreguidelines-*,
|
||||
google-explicit-constructor,
|
||||
llvm-header-guard,
|
||||
llvm-namespace-comment,
|
||||
misc-header-include-cycle,
|
||||
misc-include-cleaner,
|
||||
misc-unused-using-decls,
|
||||
misc-use-anonymous-namespace,
|
||||
modernize-*,-modernize-use-nodiscard,-modernize-use-trailing-return-type,
|
||||
readability-*,
|
||||
'
|
||||
...
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue