cavis/nd4s/.scalafmt.conf
2019-06-06 15:21:15 +03:00

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