浏览代码

Update clang-format

Michael Ragazzon 3 年之前
父节点
当前提交
8eea18a624
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .clang-format

+ 3 - 0
.clang-format

@@ -28,6 +28,9 @@ CompactNamespaces: false
 Cpp11BracedListStyle: true
 FixNamespaceComments: true
 IncludeBlocks: Merge
+IncludeCategories:
+  - Regex:           '^<RmlUi/'
+    Priority:        1
 IndentCaseLabels: false
 IndentPPDirectives: BeforeHash
 IndentWidth: 4