You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-gradle/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -469,10 +469,10 @@ spotless {
469
469
```
470
470
471
471
<aname="prettier-plugins"></a>
472
-
### Using community plugins for prettier
472
+
### Using plugins for prettier
473
473
474
474
Since spotless uses the actual npm prettier package behind the scenes, it is possible to use prettier with
475
-
community-plugins in order to support even more file types.
475
+
[plugins](https://prettier.io/docs/en/plugins.html#official-plugins) or [community-plugins](https://www.npmjs.com/search?q=prettier-plugin) in order to support even more file types.
0 commit comments