9b8fc6da61
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.
6 lines
239 B
Text
6 lines
239 B
Text
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.
|