Hi daml devs,
Just wanted to share a tool I created that sorts and formats a module header (import / exports). Its called rejig GitHub - mjstewart/rejig: A module header (imports / exports) formatting tool for haskell and daml and I also created a vscode extension for it too. Hopefully the README explains how it works and install steps.
I totally get that formatting is a personal taste in style, I created this for my own personal haskell and DAML projects based on my own preferences and works a fair bit differently to other formatting styles seen in the wild.
Thought it may be of interest to anyone using DAML if they’re shopping around for options