diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:49:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-17 15:49:11 +0300 |
commit | 0dbbd851a379414980e1c339dbd4bcf800c2a440 (patch) | |
tree | 4787541d3f5e6016a256273ca020df35dfc42781 /.clang-format | |
parent | workflows: check if Travis/AppVeyor are broken (diff) | |
download | cmake-common-0dbbd851a379414980e1c339dbd4bcf800c2a440.tar.gz cmake-common-0dbbd851a379414980e1c339dbd4bcf800c2a440.zip |
fix .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
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 ... |