From 960d0c1e19feaf310321c906e14bd5410c6be629 Mon Sep 17 00:00:00 2001 From: Harvey Yang Date: Tue, 1 Aug 2023 08:07:04 +0000 Subject: 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 Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- .clang-format | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.1