Package version
1.0.0
Describe the bug
When using anything Edge related inside <script> tag, formatter goes off to adding too many newlines and empty spaces
For example when this is my test.edge file content:
<script>
@let(total = 0)
</script>
Then every time I format it, it keeps adding more and more tabs and empty lines
It's especially annoying, when formatOnSave is turned on
Same happens when I have {{ or {{{ inside script tag. For example:
<script>
let foo = {{ "bar" }}
</script>
Reproduction repo
No response
Package version
1.0.0
Describe the bug
When using anything Edge related inside
<script>tag, formatter goes off to adding too many newlines and empty spacesFor example when this is my
test.edgefile content:Then every time I format it, it keeps adding more and more tabs and empty lines
It's especially annoying, when formatOnSave is turned on
Same happens when I have
{{or{{{insidescripttag. For example:Reproduction repo
No response