Skip to content

Commit

Permalink
Update .editorconfig to respect markdown trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jul 4, 2022
1 parent 1b1af5a commit 929594a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-redwood-app/template/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 929594a

Please sign in to comment.