From 0d720c1a302a2783ac455961717cbf14aa218cfa Mon Sep 17 00:00:00 2001 From: alex <8379108+Alex33856@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:15:04 -0500 Subject: [PATCH 1/2] .editorconfig changes --- .editorconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index c51d5e4eb37..a04bfa40179 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,15 +3,14 @@ root = true [*] charset = utf-8 end_of_line = lf +indent_style = tab insert_final_newline = true tab_width = 4 [*.gradle] -indent_style = tab ij_continuation_indent_size = 8 [*.java] -indent_style = tab max_line_length = off ij_continuation_indent_size = 8 # IntelliJ default # Imports @@ -25,9 +24,12 @@ ij_java_keep_simple_lambdas_in_one_line = true ij_java_keep_simple_methods_in_one_line = true [*.{json,properties}] -indent_style = space indent_size = 2 +[run/config/skyblocker/item-repo/**.json] +indent_style = space +insert_final_newline = false + [.editorconfig] indent_style = space indent_size = 4 From ab40afaa7998a24131f3df361cbec8798e620f74 Mon Sep 17 00:00:00 2001 From: alex <8379108+Alex33856@users.noreply.github.com> Date: Sun, 15 Feb 2026 20:46:08 -0500 Subject: [PATCH 2/2] Remove unneeded property --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a04bfa40179..f66795441e0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,5 +31,4 @@ indent_style = space insert_final_newline = false [.editorconfig] -indent_style = space indent_size = 4