[PATCH 32/32] clang-format: Enable sorting of includes
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <20260508-wip-flo-refactor-includes-v1-32-e449f2bd4fc2@siemens.com> |
The includes of all touched files have been sorted/formatted by clang-format with this option enabled. Keeps us one step closer to auto-formatting. Signed-off-by: Florian Bezdeka <[email protected]> --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 2ffd69afc1a8280654a8763e044e27e08be7a69f..d1bdccb8480a54eb82d878d386a6621efb77b9e8 100755 --- a/.clang-format +++ b/.clang-format @@ -471,7 +471,7 @@ PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: false -SortIncludes: false +SortIncludes: true #SortUsingDeclarations: false # Unknown to clang-format-4.0 SpaceAfterCStyleCast: false SpaceAfterTemplateKeyword: true -- 2.54.0