mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
be99e29e5f
* fix: fmt unterminated if, be more aggressive with line splits * Fix: Handle long exprs in for/if statements
7 lines
262 B
JSON
7 lines
262 B
JSON
{
|
|
// dont let our extension kick on the rsx files - we're fixing it!
|
|
"dioxus.formatOnSave": "disabled",
|
|
// enable this when modifying tab-based indentation
|
|
// When inside .rsx files, dont automatically use spaces
|
|
// "files.autoSave": "off"
|
|
}
|