File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments