Skip to content

Commit

Permalink
Add some VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Jan 25, 2020
1 parent d1d4638 commit 29f8b20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"rust-analyzer.cargo-watch.command": "clippy",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"cSpell.userWords": [
"pycors",
"structopt",
"hygeia"
]
}

0 comments on commit 29f8b20

Please sign in to comment.