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