Skip to content

Commit aafd5fd

Browse files
authored
docs: update ktfmt comment with all available options (#1252)
1 parent 7e484de commit aafd5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-maven/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)