{ "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff" }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" } }