mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 04:01:02 -05:00
5 lines
151 B
Text
5 lines
151 B
Text
|
// Scala Format Configuration
|
||
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
||
|
align.preset = more // For pretty alignment.
|
||
|
maxColumn = 80
|