aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 96c486259..b4f796783 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,7 +13,7 @@ BinPackParameters: 'true'
13ColumnLimit: '1000' 13ColumnLimit: '1000'
14IndentCaseLabels: 'true' 14IndentCaseLabels: 'true'
15IndentPPDirectives: AfterHash 15IndentPPDirectives: AfterHash
16IndentWidth: '2' 16IndentWidth: '4'
17MaxEmptyLinesToKeep: '1' 17MaxEmptyLinesToKeep: '1'
18PointerAlignment: Right 18PointerAlignment: Right
19SortIncludes: 'false' 19SortIncludes: 'false'