Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Last active May 18, 2018 23:10
Show Gist options
  • Save michaelwhyte/b6e40b63c14efe1ed46f6b17f2cec776 to your computer and use it in GitHub Desktop.
Save michaelwhyte/b6e40b63c14efe1ed46f6b17f2cec776 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"emmet.triggerExpansionOnTab": true,
"path-autocomplete.extensionOnImport":true,
"editor.fontSize": 36,
"workbench.colorTheme": "Default Light+",
"terminal.integrated.fontSize": 24,
"git.ignoreMissingGitWarning": true,
"workbench.editor.enablePreview": false,
"editor.formatOnSave": true,
"html.format.enable": true,
"prettier.useTabs": true,
"prettier.tabWidth": 4,
"prettier.singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment