Skip to content

Instantly share code, notes, and snippets.

@gauthierm
Last active May 6, 2020 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gauthierm/9e9119c5b41df4834cf82485b5943b92 to your computer and use it in GitHub Desktop.
Save gauthierm/9e9119c5b41df4834cf82485b5943b92 to your computer and use it in GitHub Desktop.
VS Code settings
{
"files.associations": {
"*.ejs": "html",
"*.jsx": "javascriptreact"
},
"scss.validate": false,
"prettier.requireConfig": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.format.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment