123456789101112 |
- # Global default style for scalafmt.
- style = default
- # Other options in addition to the default style.
- align.openParenCallSite = true
- danglingParentheses = false
- indentOperator = spray
- maxColumn = 120
- project.excludeFilters = [".*\\.sbt"]
- project.git = true
- #rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
- #spaces.inImportCurlyBraces = true
- #unindentTopLevelOperators = true
|