Add support for clang-tidy and clang-format

This commit is contained in:
Vyn 2024-04-13 11:47:52 +02:00
parent 2bb7fcfcc6
commit 081e107b9b
4 changed files with 13 additions and 0 deletions

1
.clang-tidy Normal file
View file

@ -0,0 +1 @@
Checks: "-*,cppcoreguidelines-*,readability-braces-around-statements"