2021-11-12 11:25:32 -05:00
|
|
|
// Scala Format Configuration
|
|
|
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
2024-08-14 06:03:36 -04:00
|
|
|
align.preset = more
|
2021-11-12 11:25:32 -05:00
|
|
|
maxColumn = 80
|
2021-11-15 14:25:02 -05:00
|
|
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
|
|
|
runner.dialect = scala3
|
2024-08-14 06:03:36 -04:00
|
|
|
|
|
|
|
// The version parameter is required to be specified explicitly
|
|
|
|
// Ref: https://scalameta.org/scalafmt/docs/configuration.html#version
|
|
|
|
// It will be added at the end of this file when building the Super-linter
|
|
|
|
// container image
|