blob: a8eac1e5f6f150c523dd088b8214b37318572ebf (
plain)
1
2
3
4
5
6
|
asmfmt will format your assembler code in a similar way that gofmt formats your
Go code. The main goals where:
- It should provide predictable formatting.
- Be as un-intrusive as possible.
- Tab setting should not affect alignment.
|