From 123fd61c345e987999b59b57355ec7595e55de1f Mon Sep 17 00:00:00 2001 From: matthew16550 Date: Mon, 14 Mar 2022 13:23:36 +1100 Subject: [PATCH] IntelliJ specific .editorconfig so it matches the existing Java style --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bf1fd42f6..5ede3cc0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,16 @@ indent_size = 2 indent_style = tab trim_trailing_whitespace = true +[*.java] +ij_continuation_indent_size = 8 +ij_java_align_multiline_parameters = false +ij_java_class_count_to_use_import_on_demand = 999 +ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|com.**,|*,| +ij_java_names_count_to_use_import_on_demand = 999 + [*.md] max_line_length = off trim_trailing_whitespace = false [{pom.xml, *.yml}] indent_style = space -