13 lines
196 B
YAML
13 lines
196 B
YAML
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -1
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 2
|
|
ColumnLimit: 100
|
|
|
|
IncludeBlocks: Preserve
|
|
SortIncludes: false
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|