From d9353ff54c20a08e4e078e0190fc1f364b08a2d1 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 27 Aug 2022 15:41:16 +0200 Subject: translation --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index e988d31..c0c6bb2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 end_of_line = lf @@ -7,4 +9,7 @@ insert_final_newline = true max_line_length = 120 -[{*.kt,*.kts}] +[*.kt] +ij_kotlin_name_count_to_use_star_import = 99999 +ij_kotlin_name_count_to_use_star_import_for_members = 99999 +ij_kotlin_imports_layout = *, |, kotlinx.**, kotlin.**, net.minecraft.**, moe.nea.notenoughupdates.**, |, $* -- cgit