TechReborn/.editorconfig
2021-12-19 13:44:46 +00:00

14 lines
136 B
INI

root = true
[*]
charset = utf-8
tab_width = 4
[*.java]
indent_style = tab
[*.json]
indent_style = tab
[*.groovy]
indent_style = tab