Skip to content

Instantly share code, notes, and snippets.

@Rafailong
Created September 17, 2022 00:45
Show Gist options
  • Save Rafailong/8cb861c2ca9d3a81b029398126912a09 to your computer and use it in GitHub Desktop.
Save Rafailong/8cb861c2ca9d3a81b029398126912a09 to your computer and use it in GitHub Desktop.
version = "3.5.3"
maxColumn = 100
runner.dialect = scala3
style = defaultWithAlign
align.openParenCallSite = false
align.openParenDefnSite = false
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
spaces.inImportCurlyBraces = false
project.excludeFilters = [".*\\.sbt"]
rewrite.rules = [RedundantParens, SortImports]
align.tokens = [{code = "->"}, {code = "<-"}, {code = "=>", owner = "Case"}, {code = "="}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment