Skip to content

Instantly share code, notes, and snippets.

@fedesilva
Created June 12, 2019 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedesilva/a37e92ef56daa7f91e7c11a6bf74c57f to your computer and use it in GitHub Desktop.
Save fedesilva/a37e92ef56daa7f91e7c11a6bf74c57f to your computer and use it in GitHub Desktop.
My scalafmt config
version = "2.0.0-RC4"
align = most
maxColumn = 100
docstrings = ScalaDoc
assumeStandardLibraryStripMargin = true
continuationIndent.callSite = 2
continuationIndent.defnSite = 2
align.openParenCallSite = false
align.openParenDefnSite = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment