Skip to content

Commit

Permalink
feat: Enable format on save in devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Dec 11, 2024
1 parent 59bcde9 commit 910ad92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"--manifest-path",
"/workspaces/CodinGame_Rust_template/Cargo.toml",
"--all-targets"
]
],
"editor.formatOnSave": true
},
"extensions": [
"rust-lang.rust-analyzer",
Expand Down

0 comments on commit 910ad92

Please sign in to comment.