9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
},
|
|
"rust-analyzer.cargo.features": [
|
|
"default"
|
|
]
|
|
} |