Last active
April 2, 2023 10:11
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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