lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

Use scalariform on generated code #13

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

Even if formatted code will rarely be read by humans, it'd be good if it's reasonably well formatted.

We have two alternatives to achieve it: a) being disciplined and count blankspaces in the templates b) using scalariform or similar to do the heavy lifting.