PalantirJavaFormat

mill.scalalib.spotless.Format.PalantirJavaFormat
@Scaladoc(value = "/**\n * @param style `PALANTIR` | `GOOGLE` | `ASOP`\n * @see [[https://github.com/diffplug/spotless/blob/main/lib/src/main/java/com/diffplug/spotless/java/PalantirJavaFormatStep.java PalantirJavaFormatStep]]\n */")
case class PalantirJavaFormat(version: String, style: String, formatJavadoc: Boolean) extends Step

Value parameters

style

PALANTIR | GOOGLE | ASOP

Attributes

See also
Source
Format.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Step
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product