Clang format brace style fix

This commit is contained in:
Loïc Blot 2017-04-06 15:27:47 +02:00
parent 48ce9c9b30
commit 00138a52d8
1 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,17 @@
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: false
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
BeforeCatch: false
BeforeElse: false
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AccessModifierOffset: -8