You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently wanted to only enforce the "spaces inside curly-braces in multi-import statements" Scalariform transformation (using the SBT plugin, though I suspect the cause is upstream / in this repo).
I couldn't find a way to do that; all my attempts made other changes to the codebase that I didn't want, e.g. to arguments' spacing/line-wrapping.
Cross-posting from https://github.com/sbt/sbt-scalariform/issues/52…
I recently wanted to only enforce the "spaces inside curly-braces in multi-import statements" Scalariform transformation (using the SBT plugin, though I suspect the cause is upstream / in this repo).
I couldn't find a way to do that; all my attempts made other changes to the codebase that I didn't want, e.g. to arguments' spacing/line-wrapping.
I resorted to:
😢
The text was updated successfully, but these errors were encountered: