Skip to content

Commit 0b111f8

Browse files
authored
Fix the documentation so that it looks sane in Vim too (#1437)
2 parents abf5466 + 18fd936 commit 0b111f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For the folders below in monospace text, they are published on maven central at
3636
| `lib-extra` | Contains the optional parts of Spotless which require external dependencies. `LineEnding.GIT_ATTRIBUTES` won't work unless `lib-extra` is available. |
3737
| `plugin-gradle` | Integrates spotless and all of its formatters into Gradle. |
3838
| `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).
4040

4141
## How to add a new FormatterStep
4242

@@ -119,7 +119,7 @@ There are many great formatters (prettier, clang-format, black, etc.) which live
119119

120120
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).
121121

122-
## How to enable the _ext projects
122+
## How to enable the `_ext` projects
123123

124124
The `_ext` projects are disabled per default, since:
125125

0 commit comments

Comments
 (0)