mirror of https://github.com/EspoTek/Labrador.git
Add .clang-format file (#83)
* Add .clang-format file * Update .clang-format file
This commit is contained in:
parent
b0e1d1eaf4
commit
d90dc326cf
|
@ -0,0 +1,15 @@
|
||||||
|
BasedOnStyle: WebKit
|
||||||
|
|
||||||
|
UseTab: ForIndentation
|
||||||
|
IndentWidth: 4
|
||||||
|
TabWidth: 4
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
|
|
||||||
|
ColumnLimit: 90
|
||||||
|
PenaltyExcessCharacter: 5
|
||||||
|
|
||||||
|
ReflowComments: true
|
||||||
|
PenaltyBreakComment: 50
|
||||||
|
|
||||||
|
AllowShortFunctionsOnASingleLine: None
|
||||||
|
AllowShortIfStatementsOnASingleLine: false
|
Loading…
Reference in New Issue