mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
a9fdf79c4a
Signed-off-by: Brett Logan <lindluni@github.com>
7 lines
264 B
Text
7 lines
264 B
Text
// Scala Format Configuration
|
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
|
version = 3.7.3
|
|
align.preset = more // For pretty alignment.
|
|
maxColumn = 80
|
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
|
runner.dialect = scala3
|