Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:11
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 dacr/e19fc3b3a72a91a7fb7717613f26f464 to your computer and use it in GitHub Desktop.
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/b3fd5e61194260d77035bdeecf671094e35509cf
// summary : david crosson scalafmt configuration file to auto format scala code
// keywords : scala, scalafmt, format, ident, autoformat
// publish : gist
// authors : David Crosson
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
// 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