Skip to content

Commit

Permalink
README clarifies the 'before' examples are g-j-f, not unformatted (#830)
Browse files Browse the repository at this point in the history
README clarifies the 'before' examples are g-j-f, not unformatted
  • Loading branch information
iamdanfox authored Jan 18, 2023
1 parent f3ea739 commit 4b15f6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Many other languages have already adopted formatters enthusiastically, including

## Motivation & examples

(1) before:
(1) google-java-format output:

```java
private static void configureResolvedVersionsWithVersionMapping(Project project) {
Expand All @@ -53,7 +53,7 @@ private static void configureResolvedVersionsWithVersionMapping(Project project)
}
```

(1) after:
(1) palantir-java-format output:

```java
private static void configureResolvedVersionsWithVersionMapping(Project project) {
Expand All @@ -69,7 +69,7 @@ private static void configureResolvedVersionsWithVersionMapping(Project project)
}
```

(2) before:
(2) google-java-format output:

```java
private static GradleException notFound(
Expand All @@ -87,7 +87,7 @@ private static GradleException notFound(
}
```

(2) after:
(2) palantir-java-format output:

```java
private static GradleException notFound(String group, String name, Configuration configuration) {
Expand Down

0 comments on commit 4b15f6a

Please sign in to comment.