Skip to content

Instantly share code, notes, and snippets.

@simon-lang
Last active May 23, 2019 00:37
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 simon-lang/65290cb209bdf69970f0ecd9df3f0206 to your computer and use it in GitHub Desktop.
Save simon-lang/65290cb209bdf69970f0ecd9df3f0206 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 2,
"editor.renderWhitespace": "boundary",
"files.exclude": {
"dist": true,
"fixtures": true,
"node_modules": true,
"static/timeline*": true
},
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.snippetSuggestions": "top",
"files.trimTrailingWhitespace": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"html.format.endWithNewline": true,
"html.format.wrapAttributes": "force-aligned",
"html.format.wrapLineLength": 180,
"html.validate.scripts": false,
"html.validate.styles": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.defaultFormatter": "vscode.html-language-features"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment