Files
deer-flow/backend/.vscode/settings.json

12 lines
311 B
JSON
Raw Normal View History

{
2026-01-14 09:57:52 +08:00
"window.title": "${activeEditorShort}${separator}${separator}deer-flow/backend",
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
}