Skip to content

Commit

Permalink
Amend .vscode settings to respect whitespace for HTML & MJML (Redwood…
Browse files Browse the repository at this point in the history
…JS project-wide)

Basically a fix to bring VSCode bahaviour in line with what's
already defined in ./.editorconfig
  • Loading branch information
Philzen committed Jul 10, 2022
1 parent 1f35f48 commit dcd9ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"**/__fixtures__": true,
".yarn-packages-cache": true
},
"[markdown]": {
"[markdown][html][mjml]": {
"files.trimTrailingWhitespace": false
},
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down

0 comments on commit dcd9ba0

Please sign in to comment.