From 58ab9e5f1bf2be5e8ee003f27dbc3a24ab6a43f7 Mon Sep 17 00:00:00 2001 From: FlorianMichael Date: Sat, 18 Jan 2025 10:19:02 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 10425512..f22c0866 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,18 @@ root = true +[*] +charset = utf-8 +indent_size = 4 +indent_style = space +insert_final_newline = true +tab_width = 4 + [*.java] -indent_style = space \ No newline at end of file +ij_java_class_count_to_use_import_on_demand = 999999 +ij_java_names_count_to_use_import_on_demand = 999999 +ij_java_imports_layout = *, |, $* +ij_java_generate_final_locals = true +ij_java_generate_final_parameters = true + +[{*.json,*.yml}] +indent_size = 2 \ No newline at end of file