tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

One line blocks are always formatted as multi line #35

Closed tomblachut closed 4 years ago

tomblachut commented 5 years ago
{#if x}<div>Test</div>{/if}

should stay the same after running format

There is also a test prepared that should be uncommented after fixing that