mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
# See Documentation at https://scalameta.org/scalafmt/#Configuration
|
|
maxColumn=80
|
|
docstrings=ScalaDoc
|
|
continuationIndent.callSite=2
|
|
continuationIndent.defnSite=4
|
|
align=some
|
|
align.openParenDefnSite=false
|
|
newlines.alwaysBeforeTopLevelStatements=true
|
|
newlines.sometimesBeforeColonInMethodReturnType=false
|
|
newlines.alwaysBeforeCurlyBraceLambdaParams=false
|
|
#newlines.alwaysBeforeMultilineDef=false
|
|
|
|
rewrite.rules = [
|
|
SortModifiers
|
|
]
|
|
|
|
# Consider Rewrite Rules
|