I've just started looking into Daml and writing some basic templates.
A feature that feels extremely lacking is auto-format. Searched through docs and wasn't able to find anything about it. This feels strange, especially since Haskell has a decent formatter.
Have I missed this information, and there actually is a formatter for Daml?
If not:
- maybe there is work going on somewhere and there is a ticket to watch for updates?
- maybe there is a way to use a tool from a similar language (Haskell?) to use for Daml formatting? This one sounds unrealistic, but doesn't hurt to ask.
- are there some formatting best practices to refer to, if manual formatting is the only option?