Skip to content

Commit

Permalink
feat(editorconfig): disable trim_trailing_spaces on markdown files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Dec 7, 2017
1 parent 24132e0 commit a0bb6f4
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 @@ -10,3 +10,7 @@ charset = utf-8
indent_style = space
indent_size = 2
max_line_length = 80

# trailing spaces in markdown indicate word wrap
[*.md]
trim_trailing_spaces = false

0 comments on commit a0bb6f4

Please sign in to comment.