vue-material/.editorconfig

14 lines
214 B
INI
Raw Normal View History

2016-06-17 23:32:39 +00:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
2016-07-13 05:39:15 +00:00
end_of_line = lf
indent_size = 2
indent_style = space
2016-06-17 23:32:39 +00:00
insert_final_newline = true
2016-07-13 05:39:15 +00:00
trim_trailing_whitespace = true
2016-06-17 23:32:39 +00:00
[*.md]
trim_trailing_whitespace = false