You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For the folders below in monospace text, they are published on maven central at
36
36
|`lib-extra`| Contains the optional parts of Spotless which require external dependencies. `LineEnding.GIT_ATTRIBUTES` won't work unless `lib-extra` is available. |
37
37
|`plugin-gradle`| Integrates spotless and all of its formatters into Gradle. |
38
38
|`plugin-maven`| Integrates spotless and all of its formatters into Maven. |
39
-
| _ext | Folder for generating glue jars (specifically packaging Eclipse jars from p2 for consumption using maven).
39
+
| `_ext` | Folder for generating glue jars (specifically packaging Eclipse jars from p2 for consumption using maven).
40
40
41
41
## How to add a new FormatterStep
42
42
@@ -119,7 +119,7 @@ There are many great formatters (prettier, clang-format, black, etc.) which live
119
119
120
120
Because of Spotless' up-to-date checking and [git ratcheting](https://github.com/diffplug/spotless/tree/main/plugin-gradle#ratchet), Spotless actually doesn't have to call formatters very often, so even an expensive shell call for every single invocation isn't that bad. Anything that works is better than nothing, and we can always speed things up later if it feels too slow (but it probably won't).
121
121
122
-
## How to enable the _ext projects
122
+
## How to enable the `_ext` projects
123
123
124
124
The `_ext` projects are disabled per default, since:
0 commit comments