15 lines
No EOL
368 B
JSON
15 lines
No EOL
368 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"git.closeDiffOnOperation": true,
|
|
"editor.tabSize": 2,
|
|
"prettier.trailingComma": "all",
|
|
} |