Add .clang-format file (#83)

* Add .clang-format file

* Update .clang-format file
This commit is contained in:
Sebastián Mestre 2019-05-28 21:12:22 -03:00 committed by Chris Esposito
parent b0e1d1eaf4
commit d90dc326cf
1 changed files with 15 additions and 0 deletions

15
.clang-format Normal file
View File

@ -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