diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c4fa1a1..5614ba0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,8 @@ "--manifest-path", "/workspaces/CodinGame_Rust_template/Cargo.toml", "--all-targets" - ] + ], + "editor.formatOnSave": true }, "extensions": [ "rust-lang.rust-analyzer",