10 lines
282 B
YAML
10 lines
282 B
YAML
IndentWidth: 4
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: 80
|
|
SpaceBeforeParens: Never
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|