Browse Source

Update .clang-format

Update clang.format to keep formatting of hashes in include file to optimize readabilaty.
Kim Kulling 5 năm trước cách đây
mục cha
commit
8d6d8e2e38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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