project: Fix include order
This commit is contained in:
parent
3ad2424b22
commit
a74681fe40
|
|
@ -20,7 +20,7 @@ NamespaceIndentation: All
|
||||||
# Includes
|
# Includes
|
||||||
#IncludeBlocks: Regroup
|
#IncludeBlocks: Regroup
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^(<|")(common.hpp|obs.h)("|>)'
|
- Regex: '^(<|")(common.hpp|strings.hpp|version.hpp|obs.h)("|>)'
|
||||||
Priority: 0
|
Priority: 0
|
||||||
- Regex: '^<'
|
- Regex: '^<'
|
||||||
Priority: 10
|
Priority: 10
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue