Skip to content

Commit

Permalink
Add clang-format config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozoriz committed Apr 26, 2016
1 parent c8048dd commit 7f3ec0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
Language: Cpp
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
TabWidth: 2

0 comments on commit 7f3ec0a

Please sign in to comment.