summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-11-17 16:47:18 -0800
committerFlorian Didron <fdidron@users.noreply.github.com>2020-01-09 08:57:11 +0900
commitbf2512dcefedc076d8aea388a689bd9186539327 (patch)
tree77df8bec14da9e899488efdfe509c2d2677a7e93
parent319e86e1c6e4f7a40f6d377de3e5145cba2e4ebf (diff)
Update .clang_format file
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index bd896176d5..2eb49559b7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,14 +13,14 @@ BinPackParameters: 'true'
ColumnLimit: '1000'
IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash
-IndentWidth: '2'
+IndentWidth: '4'
MaxEmptyLinesToKeep: '1'
PointerAlignment: Right
SortIncludes: 'false'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false'
-TabWidth: '2'
+TabWidth: '4'
UseTab: Never
...