19 lines
457 B
YAML
19 lines
457 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
|
|
AlignConsecutiveMacros: AcrossEmptyLines
|
|
AlignConsecutiveAssignments: AcrossEmptyLines
|
|
AlignConsecutiveBitFields: Consecutive
|
|
AlignConsecutiveDeclarations: Consecutive
|
|
AlignEscapedNewlines: Right
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
PointerAlignment: Right
|
|
ColumnLimit: 120
|
|
IndentExternBlock: Indent
|
|
IndentPPDirectives: BeforeHash
|
|
NamespaceIndentation: All
|
|
TabWidth: 2
|
|
...
|