Skip to content

Commit 06325f8

Browse files
committed
Add shfmt man page link to gradle readme
1 parent fc82b24 commit 06325f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ spotless {
10041004
[homepage](https://github.com/mvdan/sh). [changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md).
10051005
10061006
When formatting shell scripts via `shfmt`, configure `shfmt` settings via `.editorconfig`.
1007-
Refer to the `shfmt` main page for `.editorconfig` settings.
1007+
Refer to the `shfmt` [man page](https://github.com/mvdan/sh/blob/master/cmd/shfmt/shfmt.1.scd) for `.editorconfig` settings.
10081008
10091009
```gradle
10101010
shfmt('3.7.0') // version is optional

0 commit comments

Comments
 (0)