Specify formatting style via .clang-format config file

This commit is contained in:
Joshua Warner 2013-12-18 15:37:47 -07:00
parent fd5bd9d77e
commit 7f8f010b61

7
.clang-format Normal file
View File

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