TechReborn/.editorconfig

15 lines
136 B
INI
Raw Normal View History

2019-12-31 02:16:45 +01:00
root = true
[*]
charset = utf-8
tab_width = 4
[*.java]
indent_style = tab
[*.json]
indent_style = tab
2021-12-19 14:44:46 +01:00
[*.groovy]
indent_style = tab