mirror of
https://github.com/CompeyDev/setup-lune.git
synced 2024-12-13 13:30:37 +00:00
13 lines
317 B
JSON
13 lines
317 B
JSON
|
{
|
||
|
"rust-analyzer.check.command": "clippy",
|
||
|
"rust-analyzer.linkedProjects": ["./Cargo.toml"],
|
||
|
"editor.formatOnSave": true,
|
||
|
"prettier.tabWidth": 2,
|
||
|
"[json][jsonc][markdown][yaml]": {
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
},
|
||
|
"[rust]": {
|
||
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||
|
}
|
||
|
}
|