File tree 1 file changed +5
-5
lines changed
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.
1325
1325
* If you use Google Java coding conventions, consider
1326
1326
[ Spotless] ( https://github.com/diffplug/spotless ) which can autoformat your
1327
1327
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)
1333
1333
* To open the report for Checkstyle, build locally and use the
1334
1334
` <project root>/build/reports/checkstyle/ ` path.
1335
1335
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