Skip to content

v0.1.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@JohnnyMorganz JohnnyMorganz released this 26 Dec 21:17

Changed

  • Changed the default value of indent_width to 4
  • Function calls with a single argument will no longer wrap the argument onto a new line. This is subject to change.

Fixed

  • Fixed a new line being added after the until token in a repeat block. The new line is now added at the end of the until expression.
  • Fixed comments not being preserved within multiline tables
  • Fixed trailing comma being added after comments in multiline tables
  • Fixed escaping of double-quotes inside of strings being repeated
  • Fixed long tables for types collapsing onto a single line for Luau formatting
  • Fixed incorrect comment wrapping at the beginning of multiline tables
  • Fixed start brace of multiline comments not having correct indentation
  • Fixed comments having incorrect indentation when bound to the end token at the end of a block.