-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
47 lines (47 loc) · 1.42 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
46
47
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"eslint.format.enable": true,
"javascript.format.enable": false,
"typescript.format.enable": false,
"files.trimTrailingWhitespace": true,
"editor.trimAutoWhitespace": true,
"cadence.test.maxConcurrency": 5,
"cadence.customConfigPath": "packages/plugin-flow/flow.json",
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"files.associations": {
"*.css": "tailwindcss"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}