-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmisinfo-dashboard.code-workspace
49 lines (49 loc) · 1.43 KB
/
misinfo-dashboard.code-workspace
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
46
47
48
49
{
"folders": [
{
"name": "misinfo-dashboard",
"path": "."
}
],
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
"editor.formatOnSave": false,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.autoIndent": "keep",
"editor.trimAutoWhitespace": false,
"editor.formatOnPaste": false,
"editor.formatOnType": true,
"editor.useTabStops": true,
"editor.guides.indentation": true,
"editor.quickSuggestions": {
"strings": true
},
"[javascriptreact]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.enable": true,
"html.format.enable": true,
"html.format.wrapAttributes": "preserve",
"json.format.enable": false,
"javascript.format.enable": true,
"javascript.format.insertSpaceAfterCommaDelimiter": false,
"javascript.format.semicolons": "remove",
"typescript.format.enable": true,
"typescript.format.semicolons": "remove",
"css.format.enable": false,
"less.format.enable": false,
"scss.format.enable": false,
"github-enterprise.uri": "https://github.austin.utexas.edu"
}
}