mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
10 lines
227 B
JSON
10 lines
227 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|
|
} |