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