Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8599bb2

Browse files
committedMar 12, 2018
Update main changelog about Ktlint support in maven plugin
1 parent 8085880 commit 8599bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lib('java.GoogleJavaFormatStep') +'{{yes}} | {{yes}}
4343
lib('java.ImportOrderStep') +'{{yes}} | {{yes}} | {{no}} |',
4444
lib('java.RemoveUnusedImportsStep') +'{{yes}} | {{yes}} | {{no}} |',
4545
extra('java.EclipseFormatterStep') +'{{yes}} | {{yes}} | {{no}} |',
46-
lib('kotlin.KtLintStep') +'{{yes}} | {{no}} | {{no}} |',
46+
lib('kotlin.KtLintStep') +'{{yes}} | {{yes}} | {{no}} |',
4747
lib('markdown.FreshMarkStep') +'{{yes}} | {{no}} | {{no}} |',
4848
lib('scala.ScalaFmtStep') +'{{yes}} | {{yes}} | {{no}} |',
4949
lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
@@ -66,7 +66,7 @@ lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}}
6666
| [`java.ImportOrderStep`](lib/src/main/java/com/diffplug/spotless/java/ImportOrderStep.java) | :+1: | :+1: | :white_large_square: |
6767
| [`java.RemoveUnusedImportsStep`](lib/src/main/java/com/diffplug/spotless/java/RemoveUnusedImportsStep.java) | :+1: | :+1: | :white_large_square: |
6868
| [`java.EclipseFormatterStep`](lib-extra/src/main/java/com/diffplug/spotless/extra/java/EclipseFormatterStep.java) | :+1: | :+1: | :white_large_square: |
69-
| [`kotlin.KtLintStep`](lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java) | :+1: | :white_large_square: | :white_large_square: |
69+
| [`kotlin.KtLintStep`](lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java) | :+1: | :+1: | :white_large_square: |
7070
| [`markdown.FreshMarkStep`](lib/src/main/java/com/diffplug/spotless/markdown/FreshMarkStep.java) | :+1: | :white_large_square: | :white_large_square: |
7171
| [`scala.ScalaFmtStep`](lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java) | :+1: | :+1: | :white_large_square: |
7272
| [`sql.DBeaverSQLFormatterStep`](lib/src/main/java/com/diffplug/spotless/sql/DBeaverSQLFormatterStep.java) | :+1: | :white_large_square: | :white_large_square: |

0 commit comments

Comments
 (0)
Please sign in to comment.