aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
...