17 lines
472 B
YAML
17 lines
472 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: -4
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ColumnLimit: 100
|
|
ConstructorInitializerIndentWidth: 8 # double of IndentWidth
|
|
ContinuationIndentWidth: 8 # double of IndentWidth
|
|
DerivePointerAlignment: false # always use PointerAlignment
|
|
IndentCaseLabels: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
ReflowComments: false
|
|
SortUsingDeclarations: false
|
|
SpacesBeforeTrailingComments: 1
|
|
SpaceBeforeCpp11BracedList: true
|