From d9111ccec278132052cebdebca9f1c6dcaba9512 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sun, 16 Jun 2024 12:39:59 -0700 Subject: Registry Modification API (#10893) * Registry Modification API * some fixes * even more fixes --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 2874476cf4..198db6e8a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,6 +29,8 @@ 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 +ij_java_method_parameters_new_line_after_left_paren = true +ij_java_method_parameters_right_paren_on_new_line = true [test-plugin/**/*.java] ij_java_use_fq_class_names = false -- cgit v1.2.3