misc: force vscode to format on save

This commit is contained in:
2025-06-15 04:04:24 +01:00
parent a240346a84
commit 3c493d93fa
+2 -1
View File
@@ -1,3 +1,4 @@
{
"rust-analyzer.check.command": "clippy"
"rust-analyzer.check.command": "clippy",
"editor.formatOnSave": true
}