app2-api/.vscode/settings.json
2022-02-17 14:04:30 +01:00

9 lines
253 B
JSON

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