Skip to content

Commit

Permalink
Merge branch 'master' of gh-mbms:arduano/xsynth into mono
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore committed Oct 28, 2023
2 parents 93430a4 + 71a86e0 commit 40f7e09
Show file tree
Hide file tree
Showing 10 changed files with 274 additions and 288 deletions.
10 changes: 8 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"editor.tabSize": 4,
"rust-analyzer.checkOnSave.command": "clippy"
}
"rust-analyzer.check.overrideCommand": [
"cargo",
"clippy",
"--all",
"--message-format=json",
"--all-targets"
]
}
Loading

0 comments on commit 40f7e09

Please sign in to comment.