aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 14:47:34 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-14 14:47:34 +0300
commit920bc49e1a5e99e8fe4765b5e9230ebd54de197e (patch)
tree891fa3057a1b16a3a04d53b6ad59418c3842dd04 /.clang-format
parenttools: replace clang-format.sh with clang-format.py (diff)
downloadcmake-common-920bc49e1a5e99e8fe4765b5e9230ebd54de197e.tar.gz
cmake-common-920bc49e1a5e99e8fe4765b5e9230ebd54de197e.zip
fix .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
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
...