mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
edit settings.json to disable format on save for the repo (#2572)
This commit is contained in:
parent
022e4ad203
commit
d4831edcf7
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -7,5 +7,7 @@
|
|||
"rust-analyzer.check.workspace": false,
|
||||
"rust-analyzer.check.features": "all",
|
||||
"rust-analyzer.cargo.features": "all",
|
||||
"rust-analyzer.check.allTargets": true
|
||||
"rust-analyzer.check.allTargets": true,
|
||||
// we don't want the formatter to kick in while we're working on dioxus itself
|
||||
"dioxus.formatOnSave": "disabled"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue