From cceedb785ce58442fddf15568d59e0fa4cd7218c Mon Sep 17 00:00:00 2001 From: Laurent Clouet Date: Tue, 27 Oct 2020 14:45:23 +0100 Subject: [PATCH] Code formating --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4f21ac7..b8b4994 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ insert_final_newline = true charset = utf-8 indent_size = 4 indent_style = tab + +[*.java] +ij_java_class_count_to_use_import_on_demand = 999 +ij_java_names_count_to_use_import_on_demand = 999