app2-api/.vscode/settings.json
2024-01-22 18:24:01 +01:00

11 lines
265 B
JSON

{
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange"
}