summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarvey Yang <chenghaoyang@chromium.org>2023-08-01 08:07:04 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2023-08-02 00:50:31 +0300
commit960d0c1e19feaf310321c906e14bd5410c6be629 (patch)
tree303214fff73c6cf22ab4f3ae0ebee94770c60709
parent6cb92b523bd60bd7718df134cc5b1eff51cf42e5 (diff)
libcamera: Remove duplicated SortIncludes in `.clang-format`
`SortIncludes: true` was added in both commit ae05b9f9d082 ("clang-format: Enable sorted includes") and commit 0e1ff86e78ae ("clang-format: Regroup sort orders"), which caused issues to run clang-format. Fixes: 0e1ff86e78ae ("clang-format: Regroup sort orders") Signed-off-by: Harvey Yang <chenghaoyang@chromium.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 5b8857da..cac7029f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -66,7 +66,6 @@ ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
ForEachMacros:
- 'udev_list_entry_foreach'
-SortIncludes: true
IncludeBlocks: Regroup
IncludeCategories:
# Headers matching the name of the component are matched automatically.