11 lines
240 B
YAML
11 lines
240 B
YAML
---
|
|
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
BreakBeforeBraces: Linux
|
|
IndentWidth: 4
|
|
SortIncludes: false
|
|
...
|