mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-30 08:00:21 +00:00
8 lines
262 B
JSON
8 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"
|
||
|
}
|