Skip to content

Instantly share code, notes, and snippets.

@amirelemam
Last active April 19, 2021 16:02
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 amirelemam/960f24aa92604e28a1b6cda7514ca579 to your computer and use it in GitHub Desktop.
Save amirelemam/960f24aa92604e28a1b6cda7514ca579 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"editor.fontSize": 16,
"editor.mouseWheelZoom": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.suggestOnTriggerCharacters": true,
"extensions.ignoreRecommendations": true,
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"telemetry.enableTelemetry": false,
"workbench.iconTheme": "vscode-icons",
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single",
"prettier.singleQuote": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreMissingGitWarning": true,
"files.autoSave": "afterDelay",
"editor.largeFileOptimizations": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment