A project I work one indent code with spaces. When pasting code in a Svelte file with this plugin installed, the pasted code is indented with tabs instead of spaces. This also happens with code completions, like if
When writing the code is correctly indented with spaces.
If I instead associate .svelte files with HTML (and skip this plugin) indentation works correctly.
A project I work one indent code with spaces. When pasting code in a Svelte file with this plugin installed, the pasted code is indented with tabs instead of spaces. This also happens with code completions, like
if
When writing the code is correctly indented with spaces.
If I instead associate .svelte files with HTML (and skip this plugin) indentation works correctly.