-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode-settings.json
38 lines (38 loc) · 1.01 KB
/
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
30
31
32
33
34
35
36
37
38
{
"workbench.colorTheme": "Atom One Dark",
"editor.fontSize": 16,
"editor.formatOnPaste": true,
"git.autofetch": true,
"cSpell.userWords": [
"component",
"denormalize",
"ellipsize",
"equipmentshare",
"mode",
"normalizr",
"parens",
"unmount",
"will"
],
"editor.minimap.enabled": false,
"window.zoomLevel": 0,
"html.format.indentInnerHtml": true,
"editor.formatOnSave": false,
"editor.detectIndentation": true,
"editor.wrappingIndent": "indent",
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"cSpell.language": "en",
"explorer.confirmDelete": false,
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "300",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.tabSize": 2,
"eslint.packageManager": "yarn",
"eslint.validate": [
"javascript",
"javascriptreact",
]
}