Last active
September 15, 2024 06:27
-
-
Save fedesilva/e9010ab5ed4a3c3ca60c94857a5dccc2 to your computer and use it in GitHub Desktop.
fede scalafmt.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version = "3.7.15" | |
maxColumn = 100 | |
assumeStandardLibraryStripMargin = true | |
continuationIndent.callSite = 2 | |
continuationIndent.defnSite = 2 | |
align.openParenCallSite = false | |
align.openParenDefnSite = false | |
align = most | |
align.preset = more | |
align.tokens = | |
[ | |
{ | |
code = ":" | |
}, | |
{ | |
code = "=" | |
}, | |
{ | |
code = "extends" | |
}, | |
{ | |
code = "%", | |
owner = "Term.ApplyInfix" | |
}, | |
{ | |
code = "%%", | |
owner = "Term.ApplyInfix" | |
}, | |
{ | |
code = ":=", | |
owner = "Term.ApplyInfix" | |
} | |
] | |
runner.dialect = scala3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment