cavis/scalnet/.scalafmt.conf

10 lines
341 B
Plaintext

align = some
danglingParentheses = true
indentOperator = spray
maxColumn = 120
lineEndings = unix
project.excludeFilters = [".*\\.sbt"]
rewrite.rules = [AsciiSortImports, RedundantBraces, RedundantParens]
spaces.inImportCurlyBraces = true
unindentTopLevelOperators = true