mill.javalib.spotless.Format
See theFormat companion object
A specification for selecting files and the corresponding format steps to be applied.
Value parameters
- encoding
-
Name of charset used for encoding files.
- excludes
-
Path matcher patterns for files to exclude from formatting.
- includes
-
Path matcher patterns for files to format.
- lineEnding
-
Name of line endings in files.
- steps
-
Format steps to apply.
- suppressions
-
Lints to suppress.
Attributes
- See also
- Note
-
Use with Format.RelPathRef.withDynamicRoot to configure any relative references.
- Companion
- object
- Source
- Format.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article