{ "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.formatOnSaveMode": "modificationsIfAvailable", "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, "editor.formatOnSaveMode": "file" } }