dioxus/packages/autofmt/.vscode/settings.json

8 lines
262 B
JSON
Raw Normal View History

{
// 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"
}