2021-11-17 08:31:01 +00:00
|
|
|
BasedOnStyle: WebKit
|
|
|
|
# Cpp11BracedListStyle: false
|
|
|
|
# ColumnLimit: 120
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentWidth: 4
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
|
|
|
PointerAlignment: Left
|
|
|
|
SortIncludes: false
|
|
|
|
AlignConsecutiveMacros: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2021-12-08 21:33:52 +00:00
|
|
|
AlignTrailingComments: true
|
2021-11-17 08:31:01 +00:00
|
|
|
BreakConstructorInitializers: BeforeColon
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth: 0
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakBeforeBinaryOperators: All
|
|
|
|
BraceWrapping:
|
|
|
|
AfterControlStatement: true
|
|
|
|
AfterClass: true
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
AfterExternBlock: true
|
|
|
|
BeforeElse: true
|
|
|
|
BeforeCatch: true
|