From eb69ae5b01680e58d7d6af1375e0c1c1bb591c24 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Sun, 14 May 2023 16:25:01 +0300 Subject: Apply checkstyle to every Gradle project --- .editorconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 73c5d15..c3db1ed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ insert_final_newline = true [*.java] ij_java_imports_layout = com.mojang.**,net.fabricmc.**,net.minecraft.**,|,*,|,javax.**,java.**,|,$* +ij_java_layout_static_imports_separately = false ij_java_class_count_to_use_import_on_demand = 1000 # This seems to be needed so that IDEA properly uses tabs in json files. -- cgit