fmt: broken mutliline raw string formatting #743
Labels
bug
Something isn't working
fmt
help wanted
Extra attention is needed
NeedsInvestigation
Issue needs some investigation before being fixed
templ version: v0.2.680
When formatting a multiline raw string inside of an argument the content of the string gets indented every time you format the code.
This code:
Gets formatted to this:
And that code to this:
This repeats every time you format.
The text was updated successfully, but these errors were encountered: