Merge pull request #141 from joshuawarner32/clang-format

Specify formatting style via .clang-format config file
This commit is contained in:
Joel Dice 2013-12-20 13:36:11 -08:00
commit 4570195a9b

7
.clang-format Normal file
View File

@ -0,0 +1,7 @@
---
BasedOnStyle: Chromium
IndentCaseLabels: false
BreakBeforeBraces: Stroustrup
AllowShortFunctionsOnASingleLine: false
BreakBeforeBinaryOperators: true
...