chore(.editorconfig): include markdown config

This commit is contained in:
gdi2290 2015-01-27 00:14:48 -08:00
parent a120d7f1c8
commit 474f1768c6
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false