.scalafmt.conf 464 B

123456789101112
  1. # Global default style for scalafmt.
  2. style = default
  3. # Other options in addition to the default style.
  4. align.openParenCallSite = true
  5. danglingParentheses = false
  6. indentOperator = spray
  7. maxColumn = 120
  8. project.excludeFilters = [".*\\.sbt"]
  9. project.git = true
  10. #rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
  11. #spaces.inImportCurlyBraces = true
  12. #unindentTopLevelOperators = true