Update .clang-format

This commit is contained in:
wheremyfoodat
2025-09-29 18:15:55 +03:00
committed by GitHub
parent 9a91c0bc30
commit 2bedba53d3

View File

@@ -12,3 +12,5 @@ AllowShortIfStatementsOnASingleLine: true
Cpp11BracedListStyle: true
PackConstructorInitializers: BinPack
AlignAfterOpenBracket: BlockIndent
DerivePointerAlignment: false
PointerAlignment: Left