私はこのようなケースクラスを持っています:
case class Foo(
one: String,
another: Int,
stuff: Boolean
)
これを取得するためのスカラフォームの設定はありますか? (結腸に合わせて)
case class Foo(
one : String,
another: Int,
stuff : Boolean
)
setPreference(AlignParameters, true) を設定して sbt-scalariform を使用しています