liuxiaolong
2021-07-20 13c503b73b4ecc8ce4a6e344f9ac15202985d686
.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