lichao
2021-03-31 6eefba812ede29549af3633c490f2e85a4805524
.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