Last active
January 20, 2020 23:08
-
-
Save kyrylotaran/489a83b86a1c73500212ba672dd980fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "One Dark Pro", | |
| "editor.fontSize": 14, | |
| "editor.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true, | |
| "editor.tabSize": 2, | |
| // "editor.formatOnSave": true, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll": true | |
| }, | |
| "eslint.validate": [ | |
| "javascript", | |
| "javascriptreact", | |
| "vue", | |
| "typescript" | |
| ], | |
| "breadcrumbs.enabled": true, | |
| "eslint.alwaysShowStatus": true, | |
| "terminal.integrated.shell.osx": "/bin/zsh", | |
| "emmet.triggerExpansionOnTab": true, | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact" | |
| }, | |
| "extensions.autoUpdate": false, | |
| "oneDarkPro.vivid": true, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment