Skip to content

Commit

Permalink
Wording; more agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Mar 29, 2024
1 parent ae7ddc3 commit 039f6f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1325,11 +1325,11 @@ See the section [_Checkstyle_](#checkstyle) for more details on enforcement.
* If you use Google Java coding conventions, consider
[Spotless](https://github.com/diffplug/spotless) which can autoformat your
code
* Consider use of [EditorConfig](https://editorconfig.org/) for teams in which
editor choice is up to each developer. EditorConfig is a cross-IDE standard
means of specifying code formatting, respected by
[IntelliJ](https://www.jetbrains.com/help/idea/configuring-code-style.html#editorconfig),
and other major editors
* Consider use of [EditorConfig](https://editorconfig.org/) for teams when
editor choice is up to each developer.
EditorConfig is a cross-IDE standard means of specifying code formatting
respected by common code editors (either directly, or through popular
plugins)
* To open the report for Checkstyle, build locally and use the
`<project root>/build/reports/checkstyle/` path.
The path shown in a Docker build is relative to the interior of the container
Expand Down

0 comments on commit 039f6f4

Please sign in to comment.