Project Setup

This commit is contained in:
2025-04-14 02:42:26 +01:00
parent bc913343ce
commit 30e3154a31
5 changed files with 84 additions and 1 deletions

16
.clang-tidy Normal file
View File

@@ -0,0 +1,16 @@
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
Checks: '-*,
bugprone-*,
cert-*,
misc-*,
concurrency-*,
performance-*,
portability-*,
readability-*,
clang-analyzer-*,
'
# CheckOptions:
WarningsAsErrors: '*'
HeaderFilterRegex: '.'
FormatStyle: 'file'