Skip to content

Instantly share code, notes, and snippets.

@manuelgeek
Created May 25, 2019 21:53
Show Gist options
  • Save manuelgeek/60b394b4866cf54f50c5682d95c75a03 to your computer and use it in GitHub Desktop.
Save manuelgeek/60b394b4866cf54f50c5682d95c75a03 to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Material Theme",
"terminal.integrated.fontSize": 12,
"editor.wordWrap": "on",
"vetur.format.options.tabSize": 4,
"vetur.format.options.useTabs": true,
"vetur.format.scriptInitialIndent": true,
"vetur.format.styleInitialIndent": true,
"editor.detectIndentation": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment