google/google-java-format
Reformats Java source code to comply with Google Java Style. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 98
- Release rhythm 83
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 31.5
- age_days: 4132
- days_rel: 34
- days_push: 13
- n_releases_24m: 17
Adoption not part of the score
6179 stars · 932 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A program that reformats Java source code to comply with Google Java Style, usable from the command line or via an IntelliJ/JetBrains plugin. It deliberately offers no configurability of the formatting algorithm to enforce a single unified style.
Use cases
- format java code to google style
- reformat java source files from the command line
- enforce consistent code style across a java project
- format only changed lines in a patch
- integrate google java style formatting into intellij
When to choose
- your team has adopted Google Java Style and wants automatic enforcement
- you want an opinionated formatter with zero configuration debates
- you need CLI formatting or IDE integration for Java code
When to avoid
- you need customizable formatting rules or a different style guide
- your project uses a JDK older than the minimum required version and you cannot use the native binaries
- you work primarily in languages other than Java
Facets
cli-tool · maturity active
formatter cli developer-tools programming-languages jvm cli cross-platform java code-style google-java-style intellij-plugin code-formatting
1 source
- readme: https://github.com/google/google-java-format · fetched 2026-08-28 · c57cce15c0b9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/google-java-format | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="google/google-java-format")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem