project: Fix include order

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-04-02 17:16:21 +02:00 committed by Michael Fabian Dirks
parent 3ad2424b22
commit a74681fe40
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ NamespaceIndentation: All
# Includes
#IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^(<|")(common.hpp|obs.h)("|>)'
- Regex: '^(<|")(common.hpp|strings.hpp|version.hpp|obs.h)("|>)'
Priority: 0
- Regex: '^<'
Priority: 10