28 lines
654 B
YAML
28 lines
654 B
YAML
---
|
|
BasedOnStyle: WebKit
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
BinPackArguments: true
|
|
BinPackParameters: false
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
AllowShortFunctionsOnASingleLine: None
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlignEscapedNewlines: Left
|
|
AlignArrayOfStructures: None
|
|
PointerAlignment: Right
|
|
InsertBraces: true
|
|
BreakBeforeBraces: Linux
|
|
BreakBeforeBinaryOperators: None
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
IndentCaseLabels: true
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
SortIncludes: false
|
|
ColumnLimit: 80
|
|
# Const always to left side.
|
|
QualifierAlignment: Left
|
|
---
|
|
Language: JavaScript
|
|
DisableFormat: true
|
|
...
|