Used clang to fix formatting

This commit is contained in:
David Benepe
2022-10-02 21:35:54 -04:00
parent 562574b028
commit 74da9f4ddf
2 changed files with 258 additions and 209 deletions
+11 -16
View File
@@ -1,23 +1,18 @@
IndentWidth: 4
Language: Cpp
UseTab: Never
ColumnLimit: 0
AlignAfterOpenBracket: Align
SortIncludes: false
ColumnLimit: 104
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
BinPackArguments: true
BinPackParameters: true
SpaceAfterCStyleCast: true
BreakBeforeBraces: Attach
SpaceAfterCStyleCast: false
BreakBeforeTernaryOperators: true
BreakBeforeBinaryOperators: NonAssignment
Cpp11BracedListStyle: false
IndentCaseLabels: true
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: Align
AlignOperands: true
BreakBeforeTernaryOperators: true
BreakBeforeBinaryOperators: None
AllowShortBlocksOnASingleLine: true
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AlignEscapedNewlines: Left
AlignTrailingComments: true
SortIncludes: false
UseTab: Never
+247 -193
View File
File diff suppressed because it is too large Load Diff