Skip to content

Commit

Permalink
commit missing .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Mar 17, 2015
1 parent a0bca72 commit 8156de1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .clang-format
@@ -0,0 +1,10 @@
BasedOnStyle: google
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortBlocksOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
IndentWidth: 4
PointerBindsToType: false
ColumnLimit: 0
SpaceBeforeParens: ControlStatements

0 comments on commit 8156de1

Please sign in to comment.