|
|
|
@ -74,9 +74,13 @@ ForEachMacros:
|
|
|
|
|
IncludeBlocks: Regroup
|
|
|
|
|
IncludeCategories:
|
|
|
|
|
- Regex: '^<(sys|arpa|net|netinet)/.*\.h>'
|
|
|
|
|
Priority: 4
|
|
|
|
|
Priority: 7
|
|
|
|
|
- Regex: '^<yc/.*\.h>'
|
|
|
|
|
Priority: -1
|
|
|
|
|
- Regex: '^".*/.*/.*/.*/.*\.h"'
|
|
|
|
|
Priority: 4
|
|
|
|
|
- Regex: '^".*/.*/.*/.*\.h"'
|
|
|
|
|
Priority: 3
|
|
|
|
|
- Regex: '^".*/.*/.*\.h"'
|
|
|
|
|
Priority: 2
|
|
|
|
|
- Regex: '^".*/.*\.h"'
|
|
|
|
@ -84,11 +88,11 @@ IncludeCategories:
|
|
|
|
|
- Regex: '^".*\.h"'
|
|
|
|
|
Priority: 0
|
|
|
|
|
- Regex: '^<.*/.*\.h>'
|
|
|
|
|
Priority: 3
|
|
|
|
|
Priority: 7
|
|
|
|
|
- Regex: '^<.*\.h>'
|
|
|
|
|
Priority: 5
|
|
|
|
|
- Regex: '^<.*>'
|
|
|
|
|
Priority: 6
|
|
|
|
|
- Regex: '^<.*>'
|
|
|
|
|
Priority: 8
|
|
|
|
|
IncludeIsMainRegex: '(Test)?$'
|
|
|
|
|
IncludeIsMainSourceRegex: ''
|
|
|
|
|
IndentCaseLabels: true
|
|
|
|
|