clang-format: fixing include categories

Increasing priority of `#include "header.hpp"` statements.
This commit is contained in:
Brent Stapleton 2019-01-10 15:29:20 -08:00
parent 601e0ed87b
commit e5c45e424b

View file

@ -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]*>$'