9 lines
192 B
YAML
9 lines
192 B
YAML
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 120
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
NamespaceIndentation: None
|
|
SortIncludes: true
|