Skip to content

Commit a9320dd

Browse files
committed
doc: add link to jetbrains documentation
1 parent dc3b568 commit a9320dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/com/diffplug/spotless/java/IdeaStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public String applyWithFile(String unix, File file) throws Exception {
140140
}
141141

142142
private List<String> getParams(File file) {
143+
/* https://www.jetbrains.com/help/idea/command-line-formatter.html */
143144
var builder = Stream.<String> builder();
144145
builder.add(binaryPath);
145146
builder.add("format");

0 commit comments

Comments
 (0)