mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
f3279a4414
* Bump scalameta/scalafmt from 3.7.15 to v3.7.16 Bumps scalameta/scalafmt from 3.7.15 to v3.7.16. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add write permissions to workflow * Update scala config version to match version installed * fix indentation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zack Koppert <zkoppert@github.com> Co-authored-by: zkoppert <zkoppert@users.noreply.github.com>
7 lines
265 B
Text
7 lines
265 B
Text
// Scala Format Configuration
|
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
|
version = 3.7.16
|
|
align.preset = more // For pretty alignment.
|
|
maxColumn = 80
|
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
|
runner.dialect = scala3
|