Skip to content

Instantly share code, notes, and snippets.

@vsakaria
Created September 4, 2019 10:08
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 vsakaria/05df5ab196277425d21d9528da3b52c2 to your computer and use it in GitHub Desktop.
Save vsakaria/05df5ab196277425d21d9528da3b52c2 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"prettier.eslintIntegration": true,
"autoimport.filesToScan": "**/*.{ts,tsx}",
"tslint.enable": true,
"tslint.autoFixOnSave": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"editor.rulers": [120],
"editor.wordWrap": "off",
"cSpell.userWords": [
"Timeouted",
"Userworkflow",
"createuserworkflowsearch",
"devtools",
"ific",
"middlewares",
"preloaded",
"reactstrap",
"tealium",
"updatelogin"
],
"css.validate": false,
"editor.wordWrapColumn": 120,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment