mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-14 20:58:09 +00:00
clang-format: fixing include categories
Increasing priority of `#include "header.hpp"` statements.
This commit is contained in:
parent
601e0ed87b
commit
e5c45e424b
1 changed files with 6 additions and 4 deletions
|
|
@ -45,14 +45,16 @@ ForEachMacros:
|
|||
- BOOST_FOREACH
|
||||
IncludeBlocks: Merge
|
||||
IncludeCategories:
|
||||
- Regex: '^"(uhd)/'
|
||||
- Regex: '^"'
|
||||
Priority: 1
|
||||
- Regex: '^"(uhdlib)/'
|
||||
- Regex: '^"(uhd)/'
|
||||
Priority: 2
|
||||
- Regex: '^<(uhd)/'
|
||||
- Regex: '^"(uhdlib)/'
|
||||
Priority: 3
|
||||
- Regex: '^<(uhdlib)/'
|
||||
- Regex: '^<(uhd)/'
|
||||
Priority: 4
|
||||
- Regex: '^<(uhdlib)/'
|
||||
Priority: 5
|
||||
- Regex: '^<(boost)/'
|
||||
Priority: 98
|
||||
- Regex: '^<[a-z]*>$'
|
||||
|
|
|
|||
Loading…
Reference in a new issue