File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ spotless {
758
758
```gradle
759
759
spotless {
760
760
format 'xml', {
761
- target 'src/**/*/ xml' // must specify target
761
+ target 'src/**/*. xml' // must specify target
762
762
eclipseWtp('xml') // must specify a type (table below)
763
763
eclipseWtp('xml', '4.13.0') // optional version
764
764
// you can also specify an arbitrary number of config files
Original file line number Diff line number Diff line change @@ -329,8 +329,8 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T
329
329
330
330
``` xml
331
331
<ktfmt >
332
- <version >0.30 </version > <!-- optional -->
333
- <style >DEFAULT</style > <!-- optional, other option is DROPBOX -->
332
+ <version >0.39 </version > <!-- optional -->
333
+ <style >DEFAULT</style > <!-- optional, other options are DROPBOX, GOOGLE and KOTLINLANG -->
334
334
</ktfmt >
335
335
```
336
336
You can’t perform that action at this time.
0 commit comments