7 lines
164 B
JSON
7 lines
164 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
},
|
|
"rust-analyzer.cargo.allFeatures": true
|
|
} |