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
The text was updated successfully, but these errors were encountered:
This is interesting - some other repos I work on have cast about for something for java
https://github.com/google/google-java-format
And their release notes may incidentally fix the AnkiDroid JDK16 build issue ankidroid/Anki-Android#8434 !
https://github.com/google/google-java-format#jdk-16
Sorry, something went wrong.
this is in actual use in a repo I maintain with others, and thus maybe useful as a recipe
"format:android": "google-java-format --replace -i $(find . -type f -name "*.java")",
Rust formatting is already covered by CI / check-rust.sh. Kotlin formatting could presumably be handled in a similar way Anki-Android.
No branches or pull requests
The text was updated successfully, but these errors were encountered: