summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshela <shela.weblog@gmail.com>2019-06-09 17:49:40 +0900
committerDrashna Jaelre <drashna@live.com>2019-06-11 01:51:40 -0700
commitc3c61dc76ea07ece799d7fc5edf63b700dbd346c (patch)
tree2560f688ec3221759655023ef19d68e890b72f09
parent8ac90488031330bb184dafe40dfb5ec5790665e1 (diff)
fix indent size0.6.399
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 96c4862590..b4f7967831 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,7 +13,7 @@ BinPackParameters: 'true'
ColumnLimit: '1000'
IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash
-IndentWidth: '2'
+IndentWidth: '4'
MaxEmptyLinesToKeep: '1'
PointerAlignment: Right
SortIncludes: 'false'