Skip to content

Instantly share code, notes, and snippets.

@thakurarun
Created August 30, 2018 06:20
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 thakurarun/9a6186fe9a12b332692201d2459bd4bb to your computer and use it in GitHub Desktop.
Save thakurarun/9a6186fe9a12b332692201d2459bd4bb to your computer and use it in GitHub Desktop.
{
"typescript.tsc.autoDetect": "on",
"window.zoomLevel": 0,
"typescript.referencesCodeLens.enabled": true,
"editor.minimap.enabled": false,
"editor.colorDecorators": true,
"css.lint.hexColorLength": "error",
"workbench.colorTheme": "Monokai Dimmed",
"workbench.editor.tabSizing": "shrink",
"files.trimTrailingWhitespace": true,
"[typescript]": {
"editor.formatOnSave": true
},
"[less]": {
"editor.formatOnSave": true
},
"[javascriptreact]":{
"editor.formatOnSave": true
},
"workbench.iconTheme": "easy-icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment