Add .editorconfig file

This commit is contained in:
modmuss50 2019-12-31 01:16:45 +00:00
parent c5694575f7
commit c69f521e41

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
tab_width = 4
[*.java]
indent_style = tab
[*.json]
indent_style = tab