1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-01-22 10:20:24 +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

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
}