github JohnnyMorganz/StyLua v0.2.0

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

[0.2.0] - 2020-12-31

Changed

  • Changed heuristics for expanding function arguments. StyLua will now check through the arguments and look out for expanded tables
    or anonymous functions, and if found, will not expand the function call. However, if there are any other type of expression mixed between,
    then the function call will remain expanded.
  • Change internals of the formatter by reducing amount of cloning of AST nodes. Improves performance by 22%

Don't miss a new StyLua release

NewReleases is sending notifications on new releases.