From 2c08c76b095748eb28a1c26157ddf67e5541ca44 Mon Sep 17 00:00:00 2001 From: antangelo Date: Thu, 26 Dec 2024 22:55:22 -0500 Subject: [PATCH] .clang-format: Set SortIncludes to Never --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 56804459cb..8750a94dc8 100644 --- a/.clang-format +++ b/.clang-format @@ -82,7 +82,7 @@ MaxEmptyLinesToKeep: 2 #PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right ReflowComments: true -SortIncludes: true +SortIncludes: Never SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements