vue-markdown/.editorconfig

10 lines
147 B
INI
Raw Permalink Normal View History

2018-08-23 15:11:31 +08:00
root = true
[*]
charset = utf-8
2018-08-23 15:11:31 +08:00
indent_style = space
2019-10-28 14:57:03 +08:00
indent_size = 4
2018-08-23 15:11:31 +08:00
end_of_line = lf
2019-10-28 14:57:03 +08:00
insert_final_newline = true
trim_trailing_whitespace = true