mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
17 lines
336 B
YAML
17 lines
336 B
YAML
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
ColumnLimit: 80
|
|
|
|
IndentCaseLabels: true
|
|
InsertNewlineAtEOF: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
BinPackArguments: false
|
|
# BinPackLongBracedList: false
|
|
# BinPackParameters: OnePerLine
|
|
BinPackParameters: true
|
|
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|