Skip to content

haxe-formatter v1.15.0

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 05 Sep 19:18
· 9 commits to master since this release
40e3883
  • Added sameLine.ifElseSemicolonNextLine to allow breaking if (true) foo; else foo;, fixes #612 (#668)
  • Fixed whitespace before null safety operator
  • Fixed keeping same line for macro if expressions
  • Fixed wrapping with maxLineLength off by one, fixes #670 (#671)
  • Fixed extends wrapping for interfaces, fixes #669
  • Fixed empty lines between fields of enum abstract, fixes #672 (#673)
  • Fixed empty lines for if with comment, fixes [#556](https://github. (#673)com//issues/556)
  • Fixed empty lines for block level doc comments, fixes #511 (#673)