daniel-trinh/scalariform

BUG: not possible to set `defaultScalariformSettings` in default settings

fommil opened this issue · 3 comments

override val settings = super.settings ++ defaultScalariformSettings

in a .scala style project will result in missing tasks. It would be useful if this was allowed.

Is this with sbt-scalariform?

yup, I think its a Configuration scope thing. Not a big deal because it can be worked around by adding the settings to each Project.

This issue was moved to scala-ide#162