summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-27 12:01:09 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-27 14:04:21 +0100
commitd1cdaeb6f078677d5bf46cb596102bfe8da070b9 (patch)
tree9e6af50966398fc1aa9430e052a0954ae556174d /.clang-format
parent183c834b939745d51e1530af586cb699ea6fd885 (diff)
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>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
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: '<Q([A-Za-z0-9\-_])+>'
Priority: 9
- CaseSensitive: true
# Headers in <> with an extension. (+system libraries)
- Regex: '<([A-Za-z0-9\-_])+\.h>'
Priority: 2