mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
6c1f40c903
Bumps scalameta/scalafmt from v3.7.17 to v3.8.0. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 lines
264 B
Text
7 lines
264 B
Text
// Scala Format Configuration
|
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
|
version = 3.8.0
|
|
align.preset = more // For pretty alignment.
|
|
maxColumn = 80
|
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
|
runner.dialect = scala3
|