Skip to content

Commit

Permalink
Update editorconfig to not trim trailing whitespace in markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Apr 27, 2020
1 parent 5db4d26 commit a55e154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
insert_final_newline = true

0 comments on commit a55e154

Please sign in to comment.