- Edited
Hey, thanks for the amazing work!
After declaring a multi-line parameter abstract method, the formatter removes the blank line between the abstract method and the next one and, besides this, it places the opening brace of the next method after abstract one to same line of it's closing parenthesis. Probably because abstract methods have no braces and is my declaration is using multi-line parameters.
Before saving:
After saving:
Thank you one more time!