mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-23 02:53:12 +00:00
10 lines
207 B
JSON
10 lines
207 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"[toml]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "DioxusLabs.dioxus"
|
|
},
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
}
|