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
Spotless can check and apply formatting for any plain-text file, with special support for Java. It supports several formatters out of the box, including:
11
11
@@ -142,7 +142,7 @@ See [`JavaExtension.java`](src/main/java/com/diffplug/gradle/spotless/java/JavaE
142
142
143
143
## Acknowledgements
144
144
145
-
* Formatting by Eclipse 4.5 M6
145
+
* Formatting by Eclipse 4.5
146
146
+ Special thanks to [Mateusz Matela](https://waynebeaton.wordpress.com/2015/03/15/great-fixes-for-mars-winners-part-i/) for huge improvements to the eclipse code formatter!
147
147
* Forked from [gradle-format-plugin](https://github.com/youribonnaffe/gradle-format-plugin) by Youri Bonnaffé.
148
148
* Import ordering from [EclipseCodeFormatter](https://github.com/krasa/EclipseCodeFormatter).
0 commit comments