Closed enessoylu closed 6 years ago
@chinchiheather This PR tries to fix the following case:
class FirstMethodNoNewLineWithAllmanBraceStlye { constructor() {} method() {} }
After styling this code piece becomes:
Which has the unwanted newline before the constructor.
Thanks for doing this @enessoylu :) I just updated the version and pushed it to npm, so you should see your changes there now
@chinchiheather This PR tries to fix the following case:
After styling this code piece becomes:
Which has the unwanted newline before the constructor.