astrale-sharp / typstfmt

Apache License 2.0
251 stars 25 forks source link

Formatting inserts "first-line" and "last-line" repeatedly at start of file #122

Closed WannesMalfait closed 10 months ago

WannesMalfait commented 10 months ago

Version Build the latest version ( 6974e5d907fc1a561872ae90402549f7afe397ed ) with cargo install --git https://github.com/astrale-sharp/typstfmt.git

Describe the bug Running typst-fmt on the following code:

#{
  set align(center);
  text(17pt, [A long title breaks formatting?]);
}

produces the following:

first-line
last-line
first-line
last-line
first-line
last-line
first-line
last-line
#{
  set align(center);
  text(17pt, [A long title breaks formatting?]);
}

Probably caused by 023abc3ce55b9a8cb100be64ed4b2db9296b7024

astrale-sharp commented 10 months ago

Thank you! it's been removed now ;)