summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-06-25 14:23:25 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2020-07-09 15:24:43 +0200
commite5798126fcfd08c7ca0f0f8d1fb627b04f655198 (patch)
tree59419db7f0c352ac662e20506acec74ee627be5c /.clang-format
parent4408f34cfe5edc76faa1ea974a0225316cfbc702 (diff)
downloadcmake-e5798126fcfd08c7ca0f0f8d1fb627b04f655198.tar.gz
STL Support: introduce dedicated configuration file
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8c015ef350..cba23d6047 100644
--- a/.clang-format
+++ b/.clang-format
@@ -20,6 +20,8 @@ SortUsingDeclarations: false
SpaceAfterTemplateKeyword: true
IncludeBlocks: Regroup
IncludeCategories:
+ - Regex: '^[<"]cmSTL\.hxx'
+ Priority: -2
- Regex: '^[<"]cmConfigure\.h'
Priority: -1
- Regex: '^<queue>'