dioxus/.vscode/settings.json

8 lines
136 B
JSON
Raw Normal View History

2021-09-21 22:13:09 +00:00
{
2022-02-01 20:44:21 +00:00
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
},
"rust-analyzer.checkOnSave.allTargets": false,
2021-09-21 22:13:09 +00:00
}