mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
clang-format: Remove unsupported option
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 <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
183c834b93
commit
d1cdaeb6f0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue