Skip to content

Commit

Permalink
Clang format brace style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Apr 6, 2017
1 parent 48ce9c9 commit 00138a5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .clang-format
@@ -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
Expand Down

0 comments on commit 00138a5

Please sign in to comment.