Skip to content

Commit

Permalink
Add VS Code settings (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII authored Feb 26, 2023
1 parent 83813c7 commit 2e69710
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["rust-lang.rust-analyzer", "tamasfe.even-better-toml"]
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy",
"[rust]": {
"editor.rulers": [100]
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
}

0 comments on commit 2e69710

Please sign in to comment.