diff --git a/.scalafmt.conf b/.scalafmt.conf index 9f3b6e3..9e4a917 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -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