Skip to content

Instantly share code, notes, and snippets.

@sombriks
Created May 30, 2017 03:07
Show Gist options
  • Save sombriks/93f7d249b45d5d43a1e4a8fb7ccbdd6c to your computer and use it in GitHub Desktop.
Save sombriks/93f7d249b45d5d43a1e4a8fb7ccbdd6c to your computer and use it in GitHub Desktop.
my vscode settings on mustadio
// Place your settings in this file to overwrite the default settings
{
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.minimap.enabled": true,
"git.confirmSync": false,
"window.zoomLevel": -1,
"vetur.format.html.wrap_line_length": 80,
"html.format.wrapLineLength": 80,
"vetur.format.html.wrap_attributes": "force-aligned"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment