sort system header to the begining

development
Thomas Lindner 2022-10-19 23:32:06 +02:00
parent aede6a1e93
commit 05987d58a9
1 changed files with 2 additions and 12 deletions

View File

@ -81,22 +81,12 @@ IfMacros:
- KJ_IF_MAYBE
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<ext/.*\.h>'
Priority: 2
SortPriority: 0
CaseSensitive: false
- Regex: '^<.*\.h>'
- Regex: '^<sys/.*\.h>$'
Priority: 1
SortPriority: 0
CaseSensitive: false
- Regex: '^<.*'
- Regex: '^<.*\.h>$'
Priority: 2
SortPriority: 0
CaseSensitive: false
- Regex: '.*'
Priority: 3
SortPriority: 0
CaseSensitive: false
IncludeIsMainRegex: '([-_](test|unittest))?$'
IncludeIsMainSourceRegex: ''
IndentAccessModifiers: false