fmt¶
The hussar-fmt tool is used to correctly format your Hussar source code. It is largely inspired by and modelled after gofmt
. You can use hussar-fmt in your CI/CD pipelines and in commands called by your IDE.
Installing¶
You can install hussar-fmt with Homebrew like this:
$ brew tap hussar-lang/tap $ brew install hussar-fmt
Usage¶
Coming soon.
Last update: