Skip to content

Instantly share code, notes, and snippets.

@philipjkim
Created June 4, 2018 03:18
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 philipjkim/6e615d806f6ac16207ec69dbbdac3828 to your computer and use it in GitHub Desktop.
Save philipjkim/6e615d806f6ac16207ec69dbbdac3828 to your computer and use it in GitHub Desktop.
VS Code user settings
{
"editor.fontSize": 14,
"[go]": {},
"[python]": {
"editor.formatOnSave": true
},
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language":"vue",
"autoFix": true
}
],
"python.formatting.provider": "yapf",
"python.formatting.yapfPath": "/usr/local/bin/yapf",
"editor.wordWrap": "on",
"terminal.integrated.fontFamily": "Meslo LG S for Powerline"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment