Skip to content

Commit

Permalink
add markdown handling to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 11, 2014
1 parent b4f9994 commit 3e75877
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 3e75877

Please sign in to comment.