Skip to content

Commit aee41ff

Browse files
committedJan 26, 2023
Clang-format: make regex case sensitive
To avoid confusion between <queue> and Qt includes Fixes PointCloudLibrary#5212
1 parent a9da50b commit aee41ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.clang-format

+1
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)
Please sign in to comment.