github JohnnyMorganz/StyLua v0.4.0

latest releases: v0.20.0, v0.19.1, v0.19.0...
3 years ago

[0.4.0] - 2021-02-05

Added

  • Added formatting for number literals which begin with a decimal. For consistency, a "0" will be prepended (i.e. .5 turns to 0.5)
  • Long expressions in a return statement will now hang onto multiple lines if necessary
  • StyLua will now handle expressions in parentheses if they are long, by breaking them down further.
  • Added support for ambiguous syntax. StyLua will now keep the semicolon and format as required

Fixed

  • Fixed "then" and "do" tokens not being correctly indented when if-then and while-do statements are pushed onto multiple lines
  • Fixed incorrect newline formatting when a return type is present for an anonymous function in Luau
  • Fixed multiline expressions where the binop has a trailing comment being incorrectly formatted, breaking code
  • Fixed a trailing comment at the end of a whole binop expression unnecessarily forcing a hanging expression

Don't miss a new StyLua release

NewReleases is sending notifications on new releases.