From c3c61dc76ea07ece799d7fc5edf63b700dbd346c Mon Sep 17 00:00:00 2001 From: shela Date: Sun, 9 Jun 2019 17:49:40 +0900 Subject: [PATCH] fix indent size --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 96c486259..b4f796783 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'