Releases
v0.4.0
Compare
Sorry, something went wrong.
No results found
[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
You can’t perform that action at this time.