24 lines
469 B
JSON
24 lines
469 B
JSON
{
|
|
"debug.onTaskErrors": "showErrors",
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.detectIndentation": false,
|
|
"[javascript]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[json]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[yaml]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
"[html]": {
|
|
"editor.tabSize": 2
|
|
},
|
|
// GitHub Codespace Theme
|
|
"workbench.colorTheme": "GitHub Dark Dimmed",
|
|
"jest.autoRun": {
|
|
"watch": false
|
|
}
|
|
} |