From 5c8e78446b197487b35b8352921f9894313d7563 Mon Sep 17 00:00:00 2001 From: Satoshi Konno Date: Thu, 2 Jan 2025 00:17:25 +0900 Subject: [PATCH] Disable SortIncludes --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 6e6480ae..e4fabb7e 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,4 @@ BinPackParameters: false BreakBeforeBraces: Stroustrup PenaltyReturnTypeOnItsOwnLine: 1024 ReflowComments: false +SortIncludes: false \ No newline at end of file