Skip to content

Commit 039f6f4

Browse files
committed
Wording; more agnostic
1 parent ae7ddc3 commit 039f6f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1325,11 +1325,11 @@ See the section [_Checkstyle_](#checkstyle) for more details on enforcement.
13251325
* If you use Google Java coding conventions, consider
13261326
[Spotless](https://github.com/diffplug/spotless) which can autoformat your
13271327
code
1328-
* Consider use of [EditorConfig](https://editorconfig.org/) for teams in which
1329-
editor choice is up to each developer. EditorConfig is a cross-IDE standard
1330-
means of specifying code formatting, respected by
1331-
[IntelliJ](https://www.jetbrains.com/help/idea/configuring-code-style.html#editorconfig),
1332-
and other major editors
1328+
* Consider use of [EditorConfig](https://editorconfig.org/) for teams when
1329+
editor choice is up to each developer.
1330+
EditorConfig is a cross-IDE standard means of specifying code formatting
1331+
respected by common code editors (either directly, or through popular
1332+
plugins)
13331333
* To open the report for Checkstyle, build locally and use the
13341334
`<project root>/build/reports/checkstyle/` path.
13351335
The path shown in a Docker build is relative to the interior of the container

0 commit comments

Comments
 (0)