Browse Source

Update clang-format

Michael Ragazzon 3 years ago
parent
commit
8eea18a624
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .clang-format

+ 3 - 0
.clang-format

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