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:
parent
3ecc6aae0a
commit
0f510a7df5
1 changed files with 2 additions and 8 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue