-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode_settings.json
29 lines (29 loc) · 967 Bytes
/
vscode_settings.json
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
{
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.folders.theme": "classic",
"editor.rulers": [100],
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 100,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "alt",
"editor.scrollBeyondLastLine": false,
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.associations": {
"*.snap": "javascriptreact"
},
"javascript.format.enable": false,
"window.zoomLevel": 1,
"explorer.confirmDragAndDrop": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"cSpell.userWords": ["WTTJ", "noopener", "noreferrer", "reakit", "xstyled"]
}