package configuration
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AlsConfiguration(formattingOptions: Map[String, AlsFormattingOptions] = Map()) extends AlsConfigurationReader with Product with Serializable
- trait AlsConfigurationReader extends AnyRef
- trait AlsFormatOptions extends AnyRef
-
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.
- trait ClientDirectoryResolver extends AnyRef
Value Members
- object Configuration
- object DefaultAlsFormattingOptions extends AlsFormatOptions
- object DirectoryResolverAdapter
- object ResourceLoaderConverter