Class Scala

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.scala.Scala

public class Scala extends FormatterFactory
A FormatterFactory implementation that corresponds to <scala>...</scala> configuration element.

It defines a formatter for scala source files that can execute both language agnostic (e.g. LicenseHeader) and scala-specific (e.g. Scalafmt) steps.