From 9a74f9b8ab2488d93a9597620d660160a9f377b7 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:16:53 -0500 Subject: [PATCH] fix: disable `SortIncludes` for now --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 25ed9323e..b4356a0d3 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ BasedOnStyle: Google -IndentWidth: 4 \ No newline at end of file +IndentWidth: 4 +SortIncludes: false # FIXME: https://github.com/4jcraft/4jcraft/issues/225 \ No newline at end of file