diff --git a/.editorconfig b/.editorconfig index 68f680f9..52bde37d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 indent_size = 4 @@ -5,5 +7,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.java] +ij_java_use_single_class_imports = true + [*.yml] indent_size = 2