Skip to content

Instantly share code, notes, and snippets.

@MirzaChilman
Created July 30, 2018 02:13
Show Gist options
  • Save MirzaChilman/d2075baf645860b8038f88a6376a6fa2 to your computer and use it in GitHub Desktop.
Save MirzaChilman/d2075baf645860b8038f88a6376a6fa2 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"prettier.singleQuote": true,
"editor.formatOnSave": true,
"prettier.disableLanguages": [
"vue",
"ejs"
],
"prettier.jsxBracketSameLine": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment