Clarify EditorConfig for Markdown files

This commit is contained in:
Alex Palaistras 2015-12-27 00:52:38 +00:00
parent 4db5947a4f
commit a4ab33b4d0
1 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,7 @@ end_of_line = lf
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false