Skip to content

Commit dd07da0

Browse files
committed
Add SortIncludes: CaseInsensitive, so includes get sorted alphetically without considering lower/upper case.
1 parent 6356e1b commit dd07da0

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
@@ -22,6 +22,7 @@ PointerAlignment: Left
2222
Standard: c++14
2323
TabWidth: 2
2424
UseTab: Never
25+
SortIncludes: CaseInsensitive
2526
IncludeBlocks: Regroup
2627
IncludeCategories:
2728
# Main PCL includes of common module should be sorted at end of PCL includes

0 commit comments

Comments
 (0)