vue-markdown/.editorconfig

17 lines
245 B
INI
Raw Normal View History

2019-10-28 14:57:03 +08:00
# http://editorconfig.org
2018-08-23 15:11:31 +08:00
root = true
[*]
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
charset = utf-8
2018-08-23 15:11:31 +08:00
trim_trailing_whitespace = true
2019-10-28 14:57:03 +08:00
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab