Skip to content

Commit

Permalink
Merge pull request #5659 from eatkins/scalafmt
Browse files Browse the repository at this point in the history
Set `lineEndings = preserve` in .scalafmt.conf
  • Loading branch information
eed3si9n committed Jun 29, 2020
2 parents ffd30a7 + 46c7df5 commit 6dff457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ edition = 2019-10
maxColumn = 100
project.git = true
project.excludeFilters = [ "\\Wsbt-test\\W", "\\Winput_sources\\W", "\\Wcontraband-scala\\W" ]
lineEndings = preserve

# https://docs.scala-lang.org/style/scaladoc.html recommends the JavaDoc style.
# scala/scala is written that way too https://github.com/scala/scala/blob/v2.12.2/src/library/scala/Predef.scala
Expand Down

0 comments on commit 6dff457

Please sign in to comment.