Skip to content

Commit

Permalink
style(editorconfig): Allow trailing whitespace in markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoglesby08 committed Oct 6, 2017
1 parent 2cc9677 commit 1111067
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 @@ -9,3 +9,7 @@ insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

# Disable trailing whitespace for Markdown files to make it easier to format them
[*.md]
trim_trailing_whitespace = false

This comment has been minimized.

Copy link
@theetrain

theetrain Oct 6, 2017

Contributor

👍

0 comments on commit 1111067

Please sign in to comment.