vue-material/.editorconfig
Marcos Moura 0c1b37d946 Order
2016-07-13 02:39:15 -03:00

13 lines
214 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false