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.colorTheme": "Cobalt2", | |
| // These are all my auto-save configs | |
| // These are all my auto-save configs | |
| // These are all my auto-save configs | |
| "editor.formatOnSave": true, | |
| // turn it off for JS and JSX, we will do this via eslint | |
| "[javascript]": { | |
| "editor.formatOnSave": false | |
| }, |
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.colorTheme": "Cobalt2", | |
| // These are all my auto-save configs | |
| // These are all my auto-save configs | |
| // These are all my auto-save configs | |
| "editor.formatOnSave": true, | |
| // turn it off for JS and JSX, we will do this via eslint | |
| "[javascript]": { | |
| "editor.formatOnSave": false | |
| }, |