added clang-format file and make pretty. Removed previous indent tools.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
BasedOnStyle: Google
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterReturnType: None
|
||||
BreakBeforeBraces: Linux
|
||||
IndentWidth: 4
|
||||
SortIncludes: false
|
||||
...
|
||||
Reference in New Issue
Block a user