mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
libcamera: Remove duplicated SortIncludes in .clang-format
`SortIncludes: true` was added in both commitae05b9f9d0
("clang-format: Enable sorted includes") and commit0e1ff86e78
("clang-format: Regroup sort orders"), which caused issues to run clang-format. Fixes:0e1ff86e78
("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>
This commit is contained in:
parent
6cb92b523b
commit
960d0c1e19
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ ExperimentalAutoDetectBinPacking: false
|
||||||
FixNamespaceComments: true
|
FixNamespaceComments: true
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
- 'udev_list_entry_foreach'
|
- 'udev_list_entry_foreach'
|
||||||
SortIncludes: true
|
|
||||||
IncludeBlocks: Regroup
|
IncludeBlocks: Regroup
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
# Headers matching the name of the component are matched automatically.
|
# Headers matching the name of the component are matched automatically.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue