Created
August 30, 2018 06:20
-
-
Save thakurarun/9a6186fe9a12b332692201d2459bd4bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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