Skip to content

Commit

Permalink
Make IDEs respect whitespace for HTML & MJML (create-redwood-app)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Jul 24, 2022
1 parent 990feb2 commit 08ca5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-redwood-app/template/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
[*.{md,html,mjml}]
trim_trailing_whitespace = false
4 changes: 2 additions & 2 deletions packages/create-redwood-app/template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[markdown]": {
"[markdown][html][mjml]": {
"files.trimTrailingWhitespace": false
},
},
"[prisma]": {
"editor.formatOnSave": true
}
Expand Down

0 comments on commit 08ca5c2

Please sign in to comment.