lichao
2021-05-18 ccf72bb0b8aa9c421bb2964acca2dcd868d10a94
.clang-format
@@ -3,21 +3,21 @@
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortBlocksOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AllowShortLambdasOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: WithoutElse
AllowShortFunctionsOnASingleLine: All
BreakBeforeBraces: Linux
IndentCaseLabels: false
AccessModifierOffset: -4
BreakConstructorInitializers: AfterColon
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowAllConstructorInitializersOnNextLine: true
AlignTrailingComments: true
AlignEscapedNewlinesLeft: true
PointerAlignment: Right
SpaceAfterCStyleCast: true