summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format12
1 files changed, 6 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format
index 16d606b384..6016fe522d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,10 +1,10 @@
-BasedOnStyle: LLVM
Language: Cpp
-IndentWidth: 8
-UseTab: Always
-BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
+BasedOnStyle: LLVM
+BreakBeforeBraces: Linux
+ColumnLimit: 80
+ContinuationIndentWidth: 8
IndentCaseLabels: false
+IndentWidth: 8
SortIncludes: false
-ContinuationIndentWidth: 8
-ColumnLimit: 80
+UseTab: Always