diff options
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 ... |