Skip to content

Instantly share code, notes, and snippets.

@nandiraju
Created December 20, 2019 01:27
Show Gist options
  • Save nandiraju/41f7cd6811f60bcdc06e234b8403efd1 to your computer and use it in GitHub Desktop.
Save nandiraju/41f7cd6811f60bcdc06e234b8403efd1 to your computer and use it in GitHub Desktop.
{
"files.associations": {
"*.js": "javascriptreact"
},
"prettier.jsxBracketSameLine": true,
"beautify.ignore": ["**/*.js", "**/*.jsx"],
"[javascript]": {
"editor.formatOnSave": true
},
"prettier.disableLanguages": ["javascript"],
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment