mirror of https://github.com/EspoTek/Labrador.git
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
|
BasedOnStyle: WebKit
|
||
|
|
||
|
UseTab: ForIndentation
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
BreakBeforeBraces: Allman
|
||
|
|
||
|
ColumnLimit: 90
|
||
|
PenaltyExcessCharacter: 5
|
||
|
|
||
|
ReflowComments: true
|
||
|
PenaltyBreakComment: 50
|
||
|
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortIfStatementsOnASingleLine: false
|