mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-24 06:34:46 +08:00
11 lines
228 B
JSON
11 lines
228 B
JSON
|
|
{
|
||
|
|
"[python]": {
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.fixAll": "explicit",
|
||
|
|
"source.organizeImports": "explicit"
|
||
|
|
},
|
||
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
||
|
|
}
|
||
|
|
}
|