mirror of
https://github.com/CompeyDev/setup-lune.git
synced 2024-12-12 04:40:40 +00:00
12 lines
317 B
JSON
12 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"
|
|
}
|
|
}
|