dioxus/.vscode/settings.json
Jon Kelley 540e785d8b
Less clumsy configuration for desktop and mobile (#553)
* chore: dont use prebuilt builder pattern for configuring desktop

* chore: use regular config pattern for web

* Chore: update docs too

* chore: clean up some warnings
2022-09-13 16:22:27 -07:00

6 lines
86 B
JSON

{
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
}
}