aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-17 15:49:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-17 15:49:11 +0300
commit0dbbd851a379414980e1c339dbd4bcf800c2a440 (patch)
tree4787541d3f5e6016a256273ca020df35dfc42781
parentworkflows: check if Travis/AppVeyor are broken (diff)
downloadcmake-common-0dbbd851a379414980e1c339dbd4bcf800c2a440.tar.gz
cmake-common-0dbbd851a379414980e1c339dbd4bcf800c2a440.zip
fix .clang-format
-rw-r--r--.clang-format6
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 0b2be51..c03fddd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,8 +8,10 @@ IndentWidth: 4
IncludeCategories:
- Regex: '^".*'
Priority: 1
- - Regex: '^<boost/'
+ - Regex: '^<(bar|baz)\.'
Priority: 2
- - Regex: '.*'
+ - Regex: '^<boost\/'
Priority: 3
+ - Regex: '.*'
+ Priority: 4
...