Skip to content

Instantly share code, notes, and snippets.

@gatukgl
Created May 8, 2020 12:36
Show Gist options
  • Save gatukgl/a82f8d103593f4ba736c0a5aa2041f9f to your computer and use it in GitHub Desktop.
Save gatukgl/a82f8d103593f4ba736c0a5aa2041f9f to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"prettier.printWidth": 100,
"prettier.semi": false,
"prettier.trailingComma": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment