seeddms-code/.editorconfig

9 lines
118 B
INI
Raw Normal View History

2019-10-28 09:10:08 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab
2019-10-28 09:11:06 +00:00
indent_size = 2