10 lines
145 B
YAML
10 lines
145 B
YAML
BasedOnStyle: Google
|
|
|
|
UseTab: Always
|
|
TabWidth: 4
|
|
IndentWidth: 4
|
|
|
|
ColumnLimit: 100
|
|
PointerAlignment: Right
|
|
AllowShortFunctionsOnASingleLine: None
|