Skip to content

Commit 2beb1bb

Browse files
authored
Merge pull request #5591 from mvieth/clang_format_case_sensitive
Clang-format: make regex case sensitive
2 parents 08d1f30 + aee41ff commit 2beb1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ IncludeCategories:
4444
# Major 3rd-Party components of apps
4545
- Regex: '^<Q[^/]+>$'
4646
Priority: 300
47+
CaseSensitive: true
4748
- Regex: '^<ui_[^/]+\.h>$'
4849
Priority: 300
4950
- Regex: '^<vtk[^/]+\.h>$'

0 commit comments

Comments
 (0)