Files
zensical/.vscode/settings.json

12 lines
261 B
JSON

{
"rust-analyzer.check.command": "clippy",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}