Packages

p

org.mulesoft.als

configuration

package configuration

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AlsConfiguration(formattingOptions: Map[String, AlsFormattingOptions] = Map()) extends AlsConfigurationReader with Product with Serializable
  2. trait AlsConfigurationReader extends AnyRef
  3. trait AlsFormatOptions extends AnyRef
  4. case class AlsFormattingOptions(indentationSize: Int, insertSpaces: Boolean, trimTrailingWhitespace: Option[Boolean] = None, insertFinalNewline: Option[Boolean] = None, trimFinalNewlines: Option[Boolean] = None) extends AlsFormatOptions with Product with Serializable

    Value-object describing what options formatting should use.

    Value-object describing what options formatting should use.

    indentationSize

    Size of a tab in spaces.

    insertSpaces

    Prefer spaces over tabs.

    trimTrailingWhitespace

    Trim trailing whitespace on a line.

    insertFinalNewline

    Insert a newline character at the end of the file if one does not exist.

    trimFinalNewlines

    Trim all newlines after the final newline at the end of the file.

  5. trait ClientDirectoryResolver extends AnyRef

Ungrouped