feat: add tabletest-formatter for Java and Kotlin by nchaugen · Pull Request #2860 · diffplug/spotless

Copy link

Contributor

Adds native support for tabletest-formatter, which formats @TableTest tables in Java and Kotlin source files.

All configuration is read from .editorconfig files — only version is exposed in the Spotless DSL.

Follows the glue class pattern (like CleanthatJava, PalantirJavaFormat). Single Maven coordinate: org.tabletest:tabletest-formatter-core:1.0.1.

Verified: testlib:test (271 pass), spotbugsMain, plugin compilation, spotlessApply.