clang-format changes

This commit is contained in:
milek7
2017-10-28 19:21:37 +02:00
parent 7ff873178d
commit ab31610afe

View File

@@ -10,6 +10,8 @@ BreakBeforeTernaryOperators: false
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 100
ColumnLimit: 200
SortIncludes: false
UseTab: ForIndentation
TabWidth: 4
---