Formatting in Math expression doesn't let me sleep

Hi,
I have the following problem for quiet a while now, but was unable to find a solutiion

So I have this expression in a svelte file

<div class="info">
{(1000 / delta).toFixed(1)} fps
</div>

but when I hit auto format I get this.

<div class="info">
{(1000 / delta
).toFixed(1)} fps
</div>

Can someone please point me to the direction how I can solve this issue (new line before closing math expression parens).

Best,

Sleepless

0

Please sign in to leave a comment.