mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-29 15:40:19 +00:00
format on save: toml excluded
This commit is contained in:
parent
81ca1a0014
commit
3f97cbdaa5
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -4,5 +4,8 @@
|
||||||
"desktop",
|
"desktop",
|
||||||
"router"
|
"router"
|
||||||
],
|
],
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": true,
|
||||||
|
"[toml]": {
|
||||||
|
"editor.formatOnSave": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue