Skip to content

v0.4.80

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 09:10
· 166 commits to main since this release
v0.4.80
0b5fd65

Changed

  • Add optional formatting rule semi-strict-expressions

    Unlike strict-expressions, this rule only moves control structure expressions to a new line if there are line breaks between siblings in the expression. If line breaks only appear between bracketed sub-expressions, the start of the expression is left on the same line as its open bracket.

  • Move => to the other side of a comment if necessary for correct placement
  • Improve input indentation handling
  • Improve performance