10 lines
276 B
YAML
10 lines
276 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left
|
|
AccessModifierOffset: -4
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLambdasOnASingleLine: Empty
|
|
AlignAfterOpenBracket: BlockIndent
|
|
BreakTemplateDeclarations: Yes
|
|
SpaceAfterTemplateKeyword: false
|