Overrides
data class Overrides(val indentSize: Int? = null, val indentStyle: IndentStyle? = null, val maxLineLength: Int? = null, val insertFinalNewline: Boolean? = null)(source)
Partial formatting overrides with nullable fields.
Non-null values take precedence when merged onto a resolved FormatConfig via applyTo.
Constructors
Link copied to clipboard
constructor(indentSize: Int? = null, indentStyle: IndentStyle? = null, maxLineLength: Int? = null, insertFinalNewline: Boolean? = null)
Properties
Functions
Link copied to clipboard
Applies these overrides onto a base FormatConfig, returning a new config where non-null override values replace the base values.