-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
45 lines (45 loc) · 1.24 KB
/
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
39
40
41
42
43
44
45
{
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
],
"vim.useSystemClipboard": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"vim.scroll": 5,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.compactFolders": false,
"workbench.iconTheme": "vscode-icons",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.showSuggestionsAsSnippets": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"files.associations": {
"*.jsx": "javascriptreact"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.wordWrap": "on",
"editor.fontFamily": "Architects Daughter,cursive",
"editor.glyphMargin": true,
"editor.smoothScrolling": true,
"editor.wordWrap": "on",
"editor.letterSpacing": 1,
"window.zoomLevel": 1,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"workbench.colorTheme": "Dracula",
"bracket-pair-colorizer-2.depreciation-notice": false
}