ChromaCore/.editorconfig

18 lines
211 B
INI
Raw Normal View History

2019-01-09 17:52:24 +00:00
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4
[*.java]
indent_style=tab
tab_width=4
[{*.yml,*.yaml}]
indent_style=space
indent_size=2
[*.xml]
indent_style = tab