This commit is contained in:
Mars 2025-04-26 22:38:55 -04:00
parent cd74075a2e
commit 350e3a13db
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
3 changed files with 365 additions and 192 deletions

View file

@ -32,6 +32,7 @@ Checks: >
-readability-magic-numbers
CheckOptions:
cppcoreguidelines-avoid-do-while.IgnoreMacros: "true"
readability-else-after-return.WarnOnUnfixable: false
readability-identifier-naming.ClassCase: CamelCase
readability-identifier-naming.EnumCase: CamelCase
readability-identifier-naming.LocalConstantCase: camelBack