summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
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 @@
1BasedOnStyle: LLVM
2UseTab: ForContinuationAndIndentation 1UseTab: ForContinuationAndIndentation
3IndentWidth: 4 2IndentWidth: 4
4TabWidth: 4 3TabWidth: 4
5AllowShortIfStatementsOnASingleLine: false 4AllowShortIfStatementsOnASingleLine: false
6BreakBeforeBraces: Attach 5BreakBeforeBraces: Attach
7AlignConsecutiveMacros: true 6AlignConsecutiveMacros: true
8ColumnLimit: 180 7ColumnLimit: 140
9IndentPPDirectives: AfterHash 8IndentPPDirectives: AfterHash
10SortIncludes: Never 9SortIncludes: Never
11AllowShortEnumsOnASingleLine: false 10AllowShortEnumsOnASingleLine: false
11BinPackArguments: true