Skip to content

Instantly share code, notes, and snippets.

@CKGrafico
Last active May 7, 2018 14:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CKGrafico/0d5ebd799ae6fe70edb16e77c2d7a6ef to your computer and use it in GitHub Desktop.
Save CKGrafico/0d5ebd799ae6fe70edb16e77c2d7a6ef to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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",
}
@CKGrafico
Copy link
Author

CKGrafico commented Jul 25, 2017

Plugins vscode
Plugins vscode2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment