SeaCogs/.vscode/settings.json

13 lines
300 B
JSON
Raw Normal View History

2025-01-24 22:17:25 +00:00
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}