TechReborn/.editorconfig

12 lines
105 B
INI
Raw Normal View History

2019-12-31 01:16:45 +00:00
root = true
[*]
charset = utf-8
tab_width = 4
[*.java]
indent_style = tab
[*.json]
indent_style = tab