lichao
2021-04-28 a6f67b4249525089fb97eb9418c7014f66c2a000
.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