diff --git a/.scalafmt.conf b/.scalafmt.conf index 4452a40ba8..5d45e749f6 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -5,6 +5,7 @@ style = defaultWithAlign docstrings = JavaDoc indentOperator = spray maxColumn = 120 +lineEndings = preserve rewrite.rules = [RedundantParens, SortImports, AvoidInfix] unindentTopLevelOperators = true align.tokens = [{code = "=>", owner = "Case"}]