outwatch-router/.scalafmt.conf
Zak Patterson 8ddf2bcdc1 Add initial url parsing and pattern matching
Credit to http4s everywhere.
2019-02-01 11:21:07 -05:00

24 lines
406 B
Plaintext

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"
]