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
I've adopted something like:
find src/main/java -name '*.java' | xargs java -jar ./bin/google-java-format-0.1-alpha.jar --aosp --replace
as a precommit hook for java projects. Curious if there is any interest in adopting a strategy like this for plovr to normalize style formatting.
The text was updated successfully, but these errors were encountered:
There's not so much active development such that this has been a pain point, but seems safe to try.
Sorry, something went wrong.
No branches or pull requests
I've adopted something like:
as a precommit hook for java projects. Curious if there is any interest in adopting a strategy like this for plovr to normalize style formatting.
The text was updated successfully, but these errors were encountered: