diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 0c7d6b0..4bfce44 100644 --- a/.clang-format +++ b/.clang-format @@ -22,7 +22,9 @@ IncludeBlocks: Regroup IncludeCategories: - Regex: '^[<"]cmConfigure\.h' Priority: -1 - - Regex: '^(<|")cm/' + - Regex: '^<queue>' + Priority: 1 + - Regex: '^(<|")cm(ext)?/' Priority: 2 - Regex: '^(<|")windows\.h' Priority: 3 |