diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 14:47:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 14:47:34 +0300 |
commit | 920bc49e1a5e99e8fe4765b5e9230ebd54de197e (patch) | |
tree | 891fa3057a1b16a3a04d53b6ad59418c3842dd04 /.clang-format | |
parent | tools: replace clang-format.sh with clang-format.py (diff) | |
download | cmake-common-920bc49e1a5e99e8fe4765b5e9230ebd54de197e.tar.gz cmake-common-920bc49e1a5e99e8fe4765b5e9230ebd54de197e.zip |
fix .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index f6fa542..0b2be51 100644 --- a/.clang-format +++ b/.clang-format @@ -10,6 +10,6 @@ IncludeCategories: Priority: 1 - Regex: '^<boost/' Priority: 2 - - Regex: '*.' + - Regex: '.*' Priority: 3 ... |