From ec44fa4493715c46c02883dd42750b14918cef46 Mon Sep 17 00:00:00 2001 From: William Robinet Date: Mon, 14 Aug 2023 11:22:18 +0200 Subject: [PATCH] [clang-format] Do NOT sort include directives --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 59b6000..221e8ce 100644 --- a/.clang-format +++ b/.clang-format @@ -147,7 +147,7 @@ RawStringFormats: CanonicalDelimiter: '' BasedOnStyle: google ReflowComments: true -SortIncludes: true +SortIncludes: false SortUsingDeclarations: true SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false