aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafmt-example/.scalafmt.conf
blob: 4fc00882b6d42946b4dce631712243aadd18c608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
style: defaultWithAlign
danglingParentheses: true

spaces {
  inImportCurlyBraces: true
}

rewriteTokens {
  "->": "→"
  "=>": "⇒"
}