We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf44da6 commit ddedf07Copy full SHA for ddedf07
.clang-format
@@ -78,14 +78,15 @@ MaxEmptyLinesToKeep: 1
78
# Sorting
79
IncludeBlocks: Regroup
80
IncludeCategories:
81
+ # "Header.h", "Header.hpp" etc.
82
- Priority: 1
83
Regex: '^\"(.+)\"$'
84
+ # Core Library
85
- Priority: 2
86
Regex: '^<Core\/'
87
+ # C++ standard headers
88
- Priority: 3
- Regex: '^<([^c](.+)|coroutine|charconv|chrono|complex|concepts|condition_variable)>$'
- - Priority: 4
- Regex: '^<c(.+)>$'
89
+ Regex: '<[[:alnum:]_-]+>'
90
SortIncludes: true
91
SortUsingDeclarations: true
92
0 commit comments