From d1cdaeb6f078677d5bf46cb596102bfe8da070b9 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 27 Aug 2021 12:01:09 +0100 Subject: 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 Reviewed-by: Laurent Pinchart --- .clang-format | 1 - 1 file changed, 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index ff60b928..5b8857da 100644 --- a/.clang-format +++ b/.clang-format @@ -77,7 +77,6 @@ IncludeCategories: # Qt includes (match before C++ standard library) - Regex: '' Priority: 9 - CaseSensitive: true # Headers in <> with an extension. (+system libraries) - Regex: '<([A-Za-z0-9\-_])+\.h>' Priority: 2 -- cgit v1.2.1