瀏覽代碼

fix indent size

shela 6 年之前
父節點
當前提交
c3c61dc76e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -13,7 +13,7 @@ BinPackParameters: 'true'
 ColumnLimit: '1000'
 IndentCaseLabels: 'true'
 IndentPPDirectives: AfterHash
-IndentWidth: '2'
+IndentWidth: '4'
 MaxEmptyLinesToKeep: '1'
 PointerAlignment: Right
 SortIncludes: 'false'