Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:23
· 21 commits to master since this release

Fixed

  • Fixed indentation of comments around statements outside of statement lists.
  • Fixed performance issues with heavily nested conditional directives.
  • Fixed formatting of anonymous routines containing subroutines.

Changed

  • Unterminated string literals will never be merged with other tokens.
  • Improved support for multiline strings.
    • A break will be inserted before each multiline string to ensure stylistic consistency.
    • Surrounding code will be appropriately wrapped.
    • String contents currently can not be re-indented. Including the closing quotes.
  • Anonymous routines are now wrapped onto multiple lines whenever they contain declaration sections
    (e.g. var, const, type).