asmfmt

Formatter for Go assembly language source files

brewmacoslinux
Try with needOr install directly
Source

About

Go Assembler Formatter

Commands

asmfmt

Examples

Format a single assembly file and display the result$ asmfmt file.s
Format a file in-place and save changes$ asmfmt -w file.s
Format multiple assembly files in a directory$ asmfmt -w *.s