diff --git a/.vscode/settings.json b/.vscode/settings.json index 1c565eb..9281181 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "rust-analyzer.check.command": "clippy" + "rust-analyzer.check.command": "clippy", + "editor.formatOnSave": true }