mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Configure scalafmt to preserve line endings (#4638)
This commit is contained in:
parent
11db95447a
commit
0b39c38419
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue