Skip to content

Instantly share code, notes, and snippets.

@djyde
Created August 8, 2016 06:08
Show Gist options
  • Save djyde/694f0e55f11e23fd970421f8ecc94881 to your computer and use it in GitHub Desktop.
Save djyde/694f0e55f11e23fd970421f8ecc94881 to your computer and use it in GitHub Desktop.
vscode settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": "2",
"editor.insertSpaces": true,
"editor.fontFamily": "Fira Mono",
"editor.fontSize": 14,
"files.associations": {
"*.vue": "vue"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment