@@ -45,8 +45,8 @@ lib('java.RemoveUnusedImportsStep') +'{{yes}} | {{yes}}
4545extra('java.EclipseFormatterStep') +'{{yes}} | {{yes}} | {{no}} |',
4646lib('kotlin.KtLintStep') +'{{yes}} | {{yes}} | {{no}} |',
4747lib('markdown.FreshMarkStep') +'{{yes}} | {{no}} | {{no}} |',
48- extra ('npm.PrettierFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
49- extra ('npm.TsFmtFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
48+ lib ('npm.PrettierFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
49+ lib ('npm.TsFmtFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
5050lib('scala.ScalaFmtStep') +'{{yes}} | {{yes}} | {{no}} |',
5151lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}} | {{no}} |',
5252'| [(Your FormatterStep here)](CONTRIBUTING.md#how-to-add-a-new-formatterstep) | {{no}} | {{no}} | {{no}} |',
@@ -70,8 +70,8 @@ lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{no}}
7070| [ ` java.EclipseFormatterStep ` ] ( lib-extra/src/main/java/com/diffplug/spotless/extra/java/EclipseFormatterStep.java ) | :+1 : | :+1 : | :white_large_square : |
7171| [ ` kotlin.KtLintStep ` ] ( lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java ) | :+1 : | :+1 : | :white_large_square : |
7272| [ ` markdown.FreshMarkStep ` ] ( lib/src/main/java/com/diffplug/spotless/markdown/FreshMarkStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
73- | [ ` npm.PrettierFormatterStep ` ] ( lib-extra /src/main/java/com/diffplug/spotless/extra /npm/PrettierFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
74- | [ ` npm.TsFmtFormatterStep ` ] ( lib-extra /src/main/java/com/diffplug/spotless/extra /npm/TsFmtFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
73+ | [ ` npm.PrettierFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/npm/PrettierFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
74+ | [ ` npm.TsFmtFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/npm/TsFmtFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
7575| [ ` scala.ScalaFmtStep ` ] ( lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java ) | :+1 : | :+1 : | :white_large_square : |
7676| [ ` sql.DBeaverSQLFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/sql/DBeaverSQLFormatterStep.java ) | :+1 : | :white_large_square : | :white_large_square : |
7777| [ (Your FormatterStep here)] ( CONTRIBUTING.md#how-to-add-a-new-formatterstep ) | :white_large_square : | :white_large_square : | :white_large_square : |
0 commit comments