Add .editorconfig for Markdown files

This commit is contained in:
Daniel Compton 2016-08-17 10:46:43 +12:00
parent da19563038
commit 57f1fa3afa

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false