1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Fix rust-analyzer config (#445)

This commit is contained in:
asimon-1 2022-12-15 22:55:33 -05:00 committed by GitHub
parent 3ecc6aae0a
commit 0f510a7df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.vscode/settings.json vendored
View file

@ -1,6 +1,7 @@
{
"rust-analyzer.checkOnSave.overrideCommand": [
"xargo",
"cargo",
"+nightly",
"clippy",
"--workspace",
"--message-format=json",
@ -9,11 +10,4 @@
"-A",
"clippy::borrow_interior_mutable_const"
],
"rust-analyzer.updates.channel": "nightly",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"prettier.tabWidth": 4
}