1
0
Fork 0
forked from fun/fun

Added .clang-format and .clang-tidy. No code changes. (0.41.5)

This commit is contained in:
Johannes Findeisen 2026-05-01 22:32:55 +02:00
commit 872eaf3ab3
3 changed files with 27 additions and 0 deletions

7
.clang-tidy Normal file
View file

@ -0,0 +1,7 @@
Checks: >
clang-analyzer-*,
bugprone-*,
performance-*
WarningsAsErrors: ""
HeaderFilterRegex: ".*"
FormatStyle: none