mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
ffcb973a71
* update extra deps * Update ruby lockfile * Fix lockfile * Update scala template Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
7 lines
264 B
Text
7 lines
264 B
Text
// Scala Format Configuration
|
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
|
version = 3.4.3
|
|
align.preset = more // For pretty alignment.
|
|
maxColumn = 80
|
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
|
runner.dialect = scala3
|