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
Comments like the following are formatted to have an ever increasing number of empty lines:
//foo //
Turns into:
//foo // //
With each formatting pass the number of empty // lines doubles. The same happens to block comments. This only happens if reflowComments is enabled.
//
reflowComments
The text was updated successfully, but these errors were encountered:
3cacf2e
No branches or pull requests
Comments like the following are formatted to have an ever increasing number of empty lines:
Turns into:
With each formatting pass the number of empty
//
lines doubles. The same happens to block comments. This only happens ifreflowComments
is enabled.The text was updated successfully, but these errors were encountered: