mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
10 lines
251 B
JSON
10 lines
251 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[toml]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"rust-analyzer.check.workspace": true,
|
|
"rust-analyzer.check.features": "all",
|
|
"rust-analyzer.cargo.features": "all",
|
|
"rust-analyzer.check.allTargets": true
|
|
}
|