Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:24
Show Gist options
  • Select an option

  • Save dacr/e19fc3b3a72a91a7fb7717613f26f464 to your computer and use it in GitHub Desktop.

Select an option

Save dacr/e19fc3b3a72a91a7fb7717613f26f464 to your computer and use it in GitHub Desktop.
david crosson scalafmt configuration file to auto format scala code / published by https://github.com/dacr/code-examples-manager #9dab9fd1-6fb3-48e1-af3d-5789cbecd433/99a9d7ff19037082eca21677ecb3851275efa54f
// summary : david crosson scalafmt configuration file to auto format scala code
// keywords : scala, scalafmt, format, ident, autoformat
// publish : gist
// authors : David Crosson
// license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
// id : 9dab9fd1-6fb3-48e1-af3d-5789cbecd433
// created-on : 2021-06-14T05:57:50Z
// managed-by : https://github.com/dacr/code-examples-manager
version = 3.2.1
runner.dialect = scala3
align.preset = most
maxColumn = 200
assumeStandardLibraryStripMargin = true
align.stripMargin = true
indent.defnSite = 2
//align.tokens.add = [
// {code = "=", owner = "Term.Arg.Named"}
//]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment