Update .clang-format

This commit is contained in:
MorizzG 2025-09-17 17:42:11 +02:00 committed by GitHub
commit b3182c7789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,19 @@ ColumnLimit: 100
--- ---
Language: Cpp Language: Cpp
AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline AllowShortFunctionsOnASingleLine: Inline
AllowShortBlocksOnASingleLine: Empty AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: false BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializers: AfterColon
DerivePointerAlignment: false DerivePointerAlignment: false
PointerAlignment: Left PointerAlignment: Left
IndentCaseLabels: false
SeparateDefinitionBlocks: Always SeparateDefinitionBlocks: Always