superlint/TEMPLATES/.scalafmt.conf
dependabot[bot] b94d7028e0
Bump scalameta/scalafmt from v3.1.2 to v3.2.1 (#2206)
* Bump scalameta/scalafmt from v3.1.2 to v3.2.1

Bumps scalameta/scalafmt from v3.1.2 to v3.2.1.

---
updated-dependencies:
- dependency-name: scalameta/scalafmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-12-08 11:35:29 -06:00

7 lines
264 B
Text

// Scala Format Configuration
// https://scalameta.org/scalafmt/docs/configuration.html
version = 3.2.1
align.preset = more // For pretty alignment.
maxColumn = 80
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
runner.dialect = scala3