You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
424 B

version = "2.7.4"
style = default
maxColumn = 100
// Vertical alignment is pretty, but leads to bigger diffs
align = none
// Insist on trailing commas for better difs in element construction
trailingCommas = always
danglingParentheses = true
rewrite.rules = [
AvoidInfix
RedundantBraces
RedundantParens
AsciiSortImports
PreferCurlyFors
]
project.excludeFilters = [
"scalafix-inputs",
"scalafix-outputs"
]