From 7ff89c4f446531ddc8611186f05ef483629ab6bc Mon Sep 17 00:00:00 2001 From: Goooler Date: Fri, 27 Aug 2021 01:20:06 +0800 Subject: [PATCH] Add .editorconfig rules --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) 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