-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
22 lines (22 loc) · 784 Bytes
/
settings.json
File metadata and controls
22 lines (22 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": true,
},
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"eslint.autoFixOnSave": true,
"flow.useNPMPackagedFlow": true,
"javascript.format.enable": false,
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.enablePreview": false,
"javascript.validate.enable": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.jediEnabled": false,
}