Skip to content

Commit

Permalink
Update .scalafmt.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus authored Sep 25, 2023
1 parent cfaaac3 commit dbefdb2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
version = 3.7.14

align.preset = none
align.preset = most
literals.double = Upper
literals.float = Upper
maxColumn = 120
newlines.source = keep
rewriteTokens = {
"⇒": "=>"
"→": "->"
"←": "<-"
}
runner.dialect = scala213

0 comments on commit dbefdb2

Please sign in to comment.