modified code style

This commit is contained in:
Lexxy Fox
2023-11-01 16:30:35 -05:00
parent a36ead2ceb
commit 32e512a798
3 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveMacros: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BasedOnStyle: LLVM
BinPackArguments: false
BinPackParameters: false