浏览代码

Update .clang-format

Update clang.format to keep formatting of hashes in include file to optimize readabilaty.
Kim Kulling 5 年之前
父节点
当前提交
8d6d8e2e38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -71,7 +71,7 @@ IncludeCategories:
     Priority:        3
 # IncludeIsMainRegex: '(Test)?$'
 IndentCaseLabels: true
-# IndentPPDirectives: None
+IndentPPDirectives: AfterHash
 IndentWidth:     4
 # IndentWrappedFunctionNames: false
 # JavaScriptQuotes: Leave