added clang-format file and make pretty. Removed previous indent tools.

This commit is contained in:
Steve Karg
2019-10-24 16:22:16 -05:00
parent 1879d4c76f
commit da91a11454
10 changed files with 61 additions and 325 deletions
+10
View File
@@ -0,0 +1,10 @@
---
BasedOnStyle: Google
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
BreakBeforeBraces: Linux
IndentWidth: 4
SortIncludes: false
...