23 lines
637 B
YAML
23 lines
637 B
YAML
BasedOnStyle: GNU
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
IndentCaseLabels: False
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 150
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
SpaceAfterTemplateKeyword: True
|
|
SpacesInAngles: Never
|
|
SpaceBeforeParens: Always
|
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
|
RemoveBracesLLVM: True
|
|
AlignEscapedNewlines: Left
|
|
AccessModifierOffset: -4
|
|
Cpp11BracedListStyle: True
|