12 lines
331 B
YAML
12 lines
331 B
YAML
BasedOnStyle: Mozilla
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
AlignConsecutiveAssignments: false
|
|
AlignTrailingComments: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BreakBeforeBinaryOperators: None
|
|
ColumnLimit: 80
|
|
IndentWidth: 4
|
|
SpaceBeforeRangeBasedForLoopColon: false
|
|
TabWidth: 4
|
|
UseTab: Always |