Configure scalafmt to preserve line endings (#4638)

This commit is contained in:
rorp 2022-08-21 14:07:48 -07:00 committed by GitHub
parent 11db95447a
commit 0b39c38419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ version = "2.7.5"
# See Documentation at https://scalameta.org/scalafmt/#Configuration
trailingCommas = never
maxColumn = 80
lineEndings = preserve
docstrings = ScalaDoc
continuationIndent {
callSite = 2