mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
BasedOnStyle: WebKit
|
|
IndentWidth: 4
|
|
ColumnLimit: 80
|
|
|
|
IndentCaseLabels: true
|
|
InsertNewlineAtEOF: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: true
|
|
|
|
AllowAllArgumentsOnNextLine: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|