From fd3d29b8284b3f1611930e79e283293619b208cc Mon Sep 17 00:00:00 2001 From: Paulius Velesko Date: Fri, 21 Jan 2022 09:15:56 +0000 Subject: [PATCH] clang-format do not sort includes --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 7ef9428bb..e57c57dfc 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,4 @@ --- Language: Cpp BasedOnStyle: LLVM +SortIncludes: false