Skip to content

Commit e70459b

Browse files
authored
Merge pull request #6625 from tautschnig/bugfixes/_class-header
clang-format header include grouping: _class.h has top priority
2 parents 7bfa0a0 + 4ffc192 commit e70459b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ PointerAlignment: Right
4949
ReflowComments: 'false'
5050
IncludeBlocks: Regroup
5151
IncludeCategories:
52+
- Regex: '_class.h(>|")$'
53+
Priority: 0
5254
- Regex: '<util/'
5355
Priority: 1
5456
- Regex: '<goto-programs/'

0 commit comments

Comments
 (0)