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
google-java-format --skip-javadoc-formatting
Just noticed that this command-line option doesn't seem to be supported by GoogleJavaFormatConfig.
GoogleJavaFormatConfig
google-java-format is of course very stingy with options, but does allow some behaviors to be switched on or off, like this.
google-java-format
Should this be handled like #929 - is there a similar rationale?
The text was updated successfully, but these errors were encountered:
A PR along the lines of #929 is very welcome :) Optionally, you might want to also do
while you're at it. Feel free to drop support for older GJF versions if you need to, but try to stay as compatible as possible.
Sorry, something went wrong.
Support google-java-format's skip-javadoc-formatting option
b70b6ee
Add configuration option to switch the option of the googleJavaFormat step. Default to format javadoc for backwards compatibility. Fixes diffplug#1287
Successfully merging a pull request may close this issue.
Just noticed that this command-line option doesn't seem to be supported by
GoogleJavaFormatConfig
.google-java-format
is of course very stingy with options, but does allow some behaviors to be switched on or off, like this.Should this be handled like #929 - is there a similar rationale?
The text was updated successfully, but these errors were encountered: