{#each items as item}
{item}
{/each}
gets automatically formatted (Option + Shift + F) in VSCode to
{#each items as item}{item}{/each}
Would much prefer if the auto formatter did not compress the each loop to a single line.
OS: Macbook Pro 2018
IDE: VSCode
Plugin/Package: Svelte for VSCode
Requested to forward this issue to prettier-plugin-svelte: sveltejs/language-tools#451