Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Other changes to the formatter's output wait for 3.0.
| Gradle plugin IDs | `com.palantir.java-format`, `-idea`, `-spotless`, `-provider` | `dev.openjavaformat.java-format`, `-idea`, `-spotless`, `-provider` |
| IntelliJ plugin ID | `palantir-java-format` | `open-java-format` |
| Eclipse plugin bundle | `palantir-java-format-eclipse-plugin` | `open-java-format-eclipse-plugin` |
| CLI style flag | `--palantir`, `-palantir` | `--ojf`, `-ojf` |
| CLI style flag | `--palantir`, `-palantir` | none: there is one style |
| Formatter style | `PALANTIR` | `OJF` |
| Native formatter Gradle property | `palantir.native.formatter` | `openjavaformat.native.formatter` |
| Java packages | `com.palantir.javaformat.*` | **unchanged in 2.x** |
Expand Down
Loading