Last active
May 7, 2018 14:39
-
-
Save CKGrafico/0d5ebd799ae6fe70edb16e77c2d7a6ef to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains hidden or 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
{ | |
"window.zoomLevel": 0, | |
"editor.fontSize": 14, | |
"editor.renderWhitespace": "boundary", | |
"workbench.iconTheme": "vscode-great-icons", | |
"editor.minimap.enabled": true, | |
"stylelint.enable": true, | |
"css.validate": false, | |
"scss.validate": false, | |
"tslint.autoFixOnSave": true, | |
"tslint.typeCheck": false, | |
"eslint.autoFixOnSave": true, | |
"tslint.exclude": "**/*.html.vue", | |
"extensions.ignoreRecommendations": false, | |
"vetur.format.defaultFormatter.html": "js-beautify-html", | |
"files.autoSave": "off", | |
"workbench.colorTheme": "One Monokai", | |
} |
Author
CKGrafico
commented
Jul 25, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment