This commit is contained in:
wonkyhonky2024
2025-05-09 16:18:28 +01:00
parent c7d7856634
commit 4045ee4707
5 changed files with 9 additions and 7 deletions

View File

@ -18,7 +18,7 @@ BreakBeforeBinaryOperators: NonAssignment
BreakConstructorInitializers: BeforeComma
InsertNewlineAtEOF: true
KeepEmptyLinesAtEOF: true
KeepEmptyLinesAtTheStartOfBlocks: false
KeepEmptyLinesAtTheStartOfBlocks: true
PackConstructorInitializers: Never
PointerAlignment: Middle
QualifierAlignment: Right