@@ -75,6 +75,7 @@ lib('generic.ReplaceRegexStep') +'{{yes}} | {{yes}}
75
75
lib('generic.ReplaceStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
76
76
lib('generic.TrimTrailingWhitespaceStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
77
77
lib('antlr4.Antlr4FormatterStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
78
+ lib('biome.BiomeStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
78
79
lib('cpp.ClangFormatStep') +'{{yes}} | {{no}} | {{no}} | {{no}} |',
79
80
extra('cpp.EclipseFormatterStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
80
81
lib('gherkin.GherkinUtilsStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
@@ -101,8 +102,8 @@ lib('npm.TsFmtFormatterStep') +'{{yes}} | {{yes}}
101
102
lib('pom.SortPomStepStep') +'{{no}} | {{yes}} | {{no}} | {{no}} |',
102
103
lib('protobuf.BufStep') +'{{yes}} | {{no}} | {{no}} | {{no}} |',
103
104
lib('python.BlackStep') +'{{yes}} | {{no}} | {{no}} | {{no}} |',
104
- lib('biome.BiomeStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
105
105
lib('scala.ScalaFmtStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
106
+ lib('shell.ShfmtStep') +'{{yes}} | {{no}} | {{no}} | {{no}} |',
106
107
lib('sql.DBeaverSQLFormatterStep') +'{{yes}} | {{yes}} | {{yes}} | {{no}} |',
107
108
extra('wtp.EclipseWtpFormatterStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
108
109
lib('yaml.JacksonYamlStep') +'{{yes}} | {{yes}} | {{no}} | {{no}} |',
@@ -127,6 +128,7 @@ lib('yaml.JacksonYamlStep') +'{{yes}} | {{yes}}
127
128
| [ ` generic.ReplaceStep ` ] ( lib/src/main/java/com/diffplug/spotless/generic/ReplaceStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
128
129
| [ ` generic.TrimTrailingWhitespaceStep ` ] ( lib/src/main/java/com/diffplug/spotless/generic/TrimTrailingWhitespaceStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
129
130
| [ ` antlr4.Antlr4FormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/antlr4/Antlr4FormatterStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
131
+ | [ ` biome.BiomeStep ` ] ( lib/src/main/java/com/diffplug/spotless/biome/BiomeStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
130
132
| [ ` cpp.ClangFormatStep ` ] ( lib/src/main/java/com/diffplug/spotless/cpp/ClangFormatStep.java ) | :+1 : | :white_large_square : | :white_large_square : | :white_large_square : |
131
133
| [ ` cpp.EclipseFormatterStep ` ] ( lib-extra/src/main/java/com/diffplug/spotless/extra/cpp/EclipseFormatterStep.java ) | :+1 : | :+1 : | :+1 : | :white_large_square : |
132
134
| [ ` gherkin.GherkinUtilsStep ` ] ( lib/src/main/java/com/diffplug/spotless/gherkin/GherkinUtilsStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
@@ -153,8 +155,8 @@ lib('yaml.JacksonYamlStep') +'{{yes}} | {{yes}}
153
155
| [ ` pom.SortPomStepStep ` ] ( lib/src/main/java/com/diffplug/spotless/pom/SortPomStepStep.java ) | :white_large_square : | :+1 : | :white_large_square : | :white_large_square : |
154
156
| [ ` protobuf.BufStep ` ] ( lib/src/main/java/com/diffplug/spotless/protobuf/BufStep.java ) | :+1 : | :white_large_square : | :white_large_square : | :white_large_square : |
155
157
| [ ` python.BlackStep ` ] ( lib/src/main/java/com/diffplug/spotless/python/BlackStep.java ) | :+1 : | :white_large_square : | :white_large_square : | :white_large_square : |
156
- | [ ` biome.BiomeStep ` ] ( lib/src/main/java/com/diffplug/spotless/biome/BiomeStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
157
158
| [ ` scala.ScalaFmtStep ` ] ( lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java ) | :+1 : | :+1 : | :+1 : | :white_large_square : |
159
+ | [ ` shell.ShfmtStep ` ] ( lib/src/main/java/com/diffplug/spotless/shell/ShfmtStep.java ) | :+1 : | :white_large_square : | :white_large_square : | :white_large_square : |
158
160
| [ ` sql.DBeaverSQLFormatterStep ` ] ( lib/src/main/java/com/diffplug/spotless/sql/DBeaverSQLFormatterStep.java ) | :+1 : | :+1 : | :+1 : | :white_large_square : |
159
161
| [ ` wtp.EclipseWtpFormatterStep ` ] ( lib-extra/src/main/java/com/diffplug/spotless/extra/wtp/EclipseWtpFormatterStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
160
162
| [ ` yaml.JacksonYamlStep ` ] ( lib/src/main/java/com/diffplug/spotless/yaml/JacksonYamlStep.java ) | :+1 : | :+1 : | :white_large_square : | :white_large_square : |
0 commit comments