Add .editorconfig rules

This commit is contained in:
Goooler 2021-08-27 01:20:06 +08:00
parent 94ed86db28
commit 7ff89c4f44

View File

@ -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