Created
June 4, 2018 03:18
-
-
Save philipjkim/6e615d806f6ac16207ec69dbbdac3828 to your computer and use it in GitHub Desktop.
VS Code user settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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