Skip to content

Instantly share code, notes, and snippets.

@chris2cant
Created November 12, 2019 10:17
Show Gist options
  • Save chris2cant/e84a26a570932014711eed459353bbc3 to your computer and use it in GitHub Desktop.
Save chris2cant/e84a26a570932014711eed459353bbc3 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Material Theme",
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
"workbench.editor.showTabs": false,
"git.autofetch": true,
"explorer.autoReveal": false,
"git.inputValidationSubjectLength": 100,
"window.zoomLevel": 0,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.openEditors.visible": 1,
"editor.tabSize": 2,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"prettier.disableLanguages": [
"markdown"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment