20 lines
410 B
YAML
20 lines
410 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 100
|
|
BreakBeforeBraces: Allman
|
|
AllowShortFunctionsOnASingleLine: None
|
|
PointerAlignment: Left
|
|
SpaceBeforeParens: Never
|
|
SpaceAfterCStyleCast: true
|
|
ContinuationIndentWidth: 4
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: Align
|
|
AlignOperands: true
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveDeclarations: false
|
|
---
|