disabled bin packing

This commit is contained in:
Lexxy Fox
2023-11-01 12:54:27 -05:00
parent 1e47f29c8e
commit 5cd3159c40
2 changed files with 10 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ AlignConsecutiveMacros: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BasedOnStyle: LLVM
BinPackArguments: false
BinPackParameters: false
IndentCaseLabels: true
IndentGotoLabels: true
IndentPPDirectives: BeforeHash