Created
October 6, 2022 16:20
Revisions
-
sbchapin created this gist
Oct 6, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # VSCode: use the Metals BSP plugin to integrate - https://marketplace.visualstudio.com/items?itemName=scalameta.metals # IntelliJ: use the built-in support with scalafmt - https://www.jetbrains.com/help/idea/work-with-scala-formatter.html # Required: version = "3.5.3" runner.dialect = scala213 # Optional: style = defaultWithAlign # Align pattern matching statements, variable decls, function defs, adjacent symbols, etc... maxColumn = 120 # Monitors of the 20th century rejoice align.stripMargin = true # Strip margins off "multiline comments" assumeStandardLibraryStripMargin = true # Align and format "multiline comments" for "".stripMargin project.git = true # Only format files tracked by git