clang-format: better pattern for common.h

[ci skip]
This commit is contained in:
Hielke Morsink 2017-01-14 19:48:11 +01:00 committed by Ted John
parent a36b200dda
commit 307745dd86
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BreakBeforeBraces: Allman
ColumnLimit: '128'
Cpp11BracedListStyle: 'false'
IncludeCategories:
- Regex: '^"(\./)*common\.h"$'
- Regex: '^"(\.{1,2}/)*common\.h"$'
Priority: -1
- Regex: '^<.*>$'
Priority: 1