Skip to content

Instantly share code, notes, and snippets.

@fedesilva
Last active September 15, 2024 06:27
Show Gist options
  • Save fedesilva/e9010ab5ed4a3c3ca60c94857a5dccc2 to your computer and use it in GitHub Desktop.
Save fedesilva/e9010ab5ed4a3c3ca60c94857a5dccc2 to your computer and use it in GitHub Desktop.
fede scalafmt.conf
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