We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, an empty block is formatted like this:
class EmptyClass {}
I think we should change it to this instead:
class EmptyClass { }
The advantages are two fold:
There are a few places that would need modifications. Most significantly BlockStatement.
BlockStatement
The text was updated successfully, but these errors were encountered:
23f6f72
From now on, empty blocks will have empty lines in them.
Sorry, something went wrong.
Bump dependencies' versions. Closes PR #15, #16, #17, #18
d101580
No branches or pull requests
Right now, an empty block is formatted like this:
I think we should change it to this instead:
The advantages are two fold:
There are a few places that would need modifications. Most significantly
BlockStatement
.The text was updated successfully, but these errors were encountered: