-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
35 lines (35 loc) · 962 Bytes
/
settings.json
File metadata and controls
35 lines (35 loc) · 962 Bytes
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
{
"terminal.integrated.rendererType": "dom",
"emmet.includeLanguages": {
"erb": "html",
"ruby": "html",
"html.erb": "html",
"javascript": "javascriptreact",
"marko": "html"
},
"emmet.triggerExpansionOnTab": true,
"editor.wordWrap": "on",
"terminal.integrated.shell.osx": "/bin/zsh",
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"cSpell.userWords": [
"fastify",
"labelledby",
"lifechurch",
"marko",
"testid",
"tupos",
"usfm",
"youversion"
],
"window.zoomLevel": -1,
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "'JetBrains Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"workbench.colorTheme": "Gruvbox Dark (Medium)",
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "always",
}