- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
{
"sync.gist": "35949821bdf296d60d83b3b4057313e3",
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.renderWhitespace": "none",
"editor.lineHeight": 21,
"files.associations": {
".env.*": "dotenv"
},
"workbench.colorTheme": "Paper Dark",
"workbench.colorCustomizations": {
"activityBar.background": "#293134",
"editor.background": "#293134"
},
"window.menuBarVisibility": "toggle",
"editor.mouseWheelZoom": true,
"git.confirmSync": false,
"bracketPairColorizer.activeScopeCSS": [
"borderStyle : solid",
"borderWidth : 1px",
"borderColor : {color}; opacity: 0.5"
],
"vetur.format.styleInitialIndent": true,
"vetur.format.scriptInitialIndent": true,
"vetur.format.defaultFormatter.html": "prettier",
"vetur.format.defaultFormatter.js": "prettier-eslint",
"eslint.alwaysShowStatus": true,
"eslint.codeAction.disableRuleComment": {
}
}