mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
version = "3.8.1"
|
|
# See Documentation at https://scalameta.org/scalafmt/#Configuration
|
|
runner.dialect=scala213source3
|
|
align = some
|
|
align {
|
|
openParenDefnSite = false
|
|
openParenCallSite = true
|
|
}
|
|
|
|
danglingParentheses {
|
|
callSite = false
|
|
defnSite = false
|
|
}
|