[libcamera-devel] [PATCH] clang-format: Remove unsupported option

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Aug 27 13:01:09 CEST 2021


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 at ideasonboard.com>
---
 .clang-format | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index ff60b928affc..5b8857dae924 100644
--- a/.clang-format
+++ b/.clang-format
@@ -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
-- 
2.30.2



More information about the libcamera-devel mailing list