cuberite/.editorconfig

9 lines
113 B
INI
Raw Normal View History

2017-08-22 02:20:00 +08:00
root = true
[*]
charset = utf-8
indent_style = tab
2017-08-22 02:20:00 +08:00
insert_final_newline = true
trim_trailing_whitespace = true