From 2896bbe77d10bc161630c2cb1551e8b56cd70101 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 25 Sep 2023 05:03:16 +0300 Subject: [PATCH] Never sort includes in clang format --- .clang-format | 1 + src/details/os.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index c8769d92..11a24e8c 100644 --- a/.clang-format +++ b/.clang-format @@ -13,5 +13,6 @@ AlignEscapedNewlines: Left AlwaysBreakTemplateDeclarations: Yes PackConstructorInitializers: Never IndentPPDirectives: BeforeHash +SortIncludes: Never ... diff --git a/src/details/os.cpp b/src/details/os.cpp index 4bdf6c7e..3ecaf234 100644 --- a/src/details/os.cpp +++ b/src/details/os.cpp @@ -20,7 +20,6 @@ #include // for FlushFileBuffers #include // for _get_osfhandle, _isatty, _fileno #include // for _get_pid - #ifdef __MINGW32__ #include