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
Given code below:
interface I object O
I would expect that rule blank-line-before-declaration would enforce a blank line before the object declaration:
blank-line-before-declaration
The text was updated successfully, but these errors were encountered:
Force blank line before object declaration if preceded by another dec…
715b8c6
…laration Closes #2284
Force blank line before object declaration (#2287)
95d95ee
* Force blank line before object declaration if preceded by another declaration Closes #2284
Successfully merging a pull request may close this issue.
Given code below:
I would expect that rule
blank-line-before-declaration
would enforce a blank line before the object declaration:The text was updated successfully, but these errors were encountered: