-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathsettings.json
More file actions
22 lines (22 loc) · 677 Bytes
/
settings.json
File metadata and controls
22 lines (22 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"git.ignoreLimitWarning": true,
"[typescriptreact]": {
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "standard.vscode-standard"
},
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "standard.vscode-standard"
},
"standard.enable": true,
"standard.autoFixOnSave": true,
"standard.engine": "ts-standard",
"standard.treatErrorsAsWarnings": true,
"javascript.format.enable": false,
"javascript.format.semicolons": "remove",
"typescript.format.enable": false,
"prettier.enable": false,
"editor.defaultFormatter": "standard.vscode-standard",
"bashBeautify.tabSize": 2
}