To Reproduce
Steps to reproduce the behavior:
install Svelte for VS Code
npx degit svelte/sapper-template#rollup
open for example _error.svelte
set "intend using tab size 4" and convert
ctrl+shift+i -> get two spaces.
<svelte:head>
<title>{status}</title>
</svelte:head>
<h1>{status}</h1>
<p>{error.message}</p>
{#if dev && error.stack}
<pre>{error.stack}</pre>
{/if}
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.

System (please complete the following information):
- OS: Ubuntu 20.04
- IDE: VS Code
- Plugin/Package: [Svelte for Code]