10 lines
279 B
YAML
10 lines
279 B
YAML
BasedOnStyle: Google
|
|
BreakBeforeBraces: Linux
|
|
AlignConsecutiveDeclarations: true
|
|
AlignConsecutiveMacros: true
|
|
AlignConsecutiveAssignments: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
SortIncludes: false
|
|
IndentWidth: 4
|
|
ColumnLimit: 120 |