Skip to content

Commit

Permalink
associate mjml files with html
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Sep 8, 2024
1 parent f0aa0a3 commit 06d506b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
"source.fixAll.eslint": "explicit"
},
"editor.tabSize": 2,
"files.associations": {
"*.mjml": "html"
},
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"vue.server.hybridMode": true,
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#4d7c0f",
"titleBar.inactiveBackground": "#4d7c0f"
},
"git.enableCommitSigning": false
},
"git.enableCommitSigning": false,
}

0 comments on commit 06d506b

Please sign in to comment.