trivial: Fix the header ordering a little more

This commit is contained in:
Richard Hughes 2021-07-25 08:44:44 +01:00
parent 01f79c0339
commit 7bf7b7846b

View File

@ -39,10 +39,12 @@ PenaltyBreakBeforeFirstCallParameter: '15'
IncludeCategories:
- Regex: '^"config.h"$'
Priority: '0'
- Regex: '^<'
- Regex: '<fwupdplugin.h>'
Priority: '1'
- Regex: 'fwupd'
- Regex: '^<'
Priority: '2'
- Regex: '.*'
- Regex: 'fwupd'
Priority: '3'
- Regex: '.*'
Priority: '4'
...