Skip to content

Commit

Permalink
chore: add cursor setting
Browse files Browse the repository at this point in the history
  • Loading branch information
budougumi0617 committed Jan 3, 2025
1 parent 8f52ee0 commit 351583f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rust/rust_book_for_be/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.format.formatOnSave": true
},
"rust-analyzer.checkOnSave": true,
"rust-analyzer.check.command": "clippy"
}

0 comments on commit 351583f

Please sign in to comment.