diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index e7869da..877a53b 100644 --- a/.clang-format +++ b/.clang-format | |||
@@ -1,11 +1,11 @@ | |||
1 | BasedOnStyle: LLVM | ||
2 | UseTab: ForContinuationAndIndentation | 1 | UseTab: ForContinuationAndIndentation |
3 | IndentWidth: 4 | 2 | IndentWidth: 4 |
4 | TabWidth: 4 | 3 | TabWidth: 4 |
5 | AllowShortIfStatementsOnASingleLine: false | 4 | AllowShortIfStatementsOnASingleLine: false |
6 | BreakBeforeBraces: Attach | 5 | BreakBeforeBraces: Attach |
7 | AlignConsecutiveMacros: true | 6 | AlignConsecutiveMacros: true |
8 | ColumnLimit: 180 | 7 | ColumnLimit: 140 |
9 | IndentPPDirectives: AfterHash | 8 | IndentPPDirectives: AfterHash |
10 | SortIncludes: Never | 9 | SortIncludes: Never |
11 | AllowShortEnumsOnASingleLine: false | 10 | AllowShortEnumsOnASingleLine: false |
11 | BinPackArguments: true | ||