google-java-format
google-java-format copied to clipboard
Reformats Java source code to comply with Google Java Style.
According to my screenshot below, the settings page is currently located at top level. I think it would be better to move it into the Tools section like other plugins.
Run string reflowing in the IntelliJ plugin, making the behavior of the IntelliJ plugin consistent with the default behavior when using the jar. An alternative solution would be to provide...
With these versions IntelliJ IDEA 2025.2.1 (Ultimate Edition) Build #IU-252.25557.131, built on August 27, 2025 google-java-format (1.28.0.0) I have the google java format plugin active, and "reformat code" and "optimize...
Previously, when [Issue #1008](https://github.com/google/google-java-format/issues/1008) was reported, it was resolved. However, with the recent update to the idea-plugin to version 1.27.0, this issue resurfaced. This piece of code: ```java switch (value)...
Hi, I was writing an interface that used some rather long generic type names, and when I ran it through `google-java-format --aosp`, I noticed that the type names got very...
as seen in #942 and #1000 (and others) use of `--lines` does not reliably work. I'm trying to grok how/why.... As an example: ```hello.java ///usr/bin/env jbang "$0" "$@" ; exit...
fix #1261 @iddeepak kindly request your eyes on this. - execute and debug some test locally on IDE? - maybe work this out? - tc exposed some issues ``` [ERROR]...
## feat: Add `RemoveUnusedDeclarations` formatting rule This PR introduces a new Java formatting rule that automatically removes redundant modifiers and declarations that are either: - Implicitly provided by Java language...
Add project icon for `IntelliJ IDEA` to match other high tier projects, as well. - https://github.com/spring-projects/spring-framework/pull/34444 - https://github.com/apache/maven/pull/2283 - https://github.com/diffplug/spotless/pull/2522