Skip to content

Commit

Permalink
clang-format: Remove unsupported option
Browse files Browse the repository at this point in the history
The CaseSensitive option requires clang-format 12 which is not widely
available.

Remove the option, to fix clang-format uses until a solution which
supports clang-format version specific configurations can be merged.

Signed-off-by: Kieran Bingham <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
  • Loading branch information
kbingham committed Aug 27, 2021
1 parent 183c834 commit d1cdaeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ IncludeCategories:
# Qt includes (match before C++ standard library)
- Regex: '<Q([A-Za-z0-9\-_])+>'
Priority: 9
CaseSensitive: true
# Headers in <> with an extension. (+system libraries)
- Regex: '<([A-Za-z0-9\-_])+\.h>'
Priority: 2
Expand Down

0 comments on commit d1cdaeb

Please sign in to comment.