Skip to content

Instantly share code, notes, and snippets.

@AdamHolsten
AdamHolsten / History|-3deadbe8|3cy9.json
Created April 6, 2022 15:57
Visual Studio Code Settings Sync Gist
{
"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
},
@AdamHolsten
AdamHolsten / History|-3deadbe8|3cy9.json
Created April 6, 2022 15:49
Visual Studio Code Settings Sync Gist
{
"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
},