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 {
758758```gradle
759759spotless {
760760 format 'xml', {
761- target 'src/**/*/ xml' // must specify target
761+ target 'src/**/*. xml' // must specify target
762762 eclipseWtp('xml') // must specify a type (table below)
763763 eclipseWtp('xml', '4.13.0') // optional version
764764 // 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
329329
330330``` xml
331331<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 -->
334334</ktfmt >
335335```
336336
You can’t perform that action at this time.
0 commit comments