All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.scalafmt.conf.template Maven / Gradle / Ivy

style = defaultWithAlign
maxColumn = 100

continuationIndent.callSite = 2

newlines {
  sometimesBeforeColonInMethodReturnType = false
}

align {
  arrowEnumeratorGenerator = false
  ifWhileOpenParen = false
  openParenCallSite = false
  openParenDefnSite = false
}

docstrings = JavaDoc

rewrite {
  rules = [SortImports, RedundantBraces]
  redundantBraces.maxLines = 1
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy