masm-formatter-0.1.0 has been yanked.
Miden Assembly Code Formatter
This is a very basic Miden Assembly code formatter.
Basic Rules this formatter follows:
- It indents using 4 spaces when it encounters:
begin
,if
,else
,proc
,export
,repeat
,while
,end
. - It removes trailing spaces
- It deletes lines with more than 2 empty spaces
That's pretty much it.
Would be cool to auto format comments, and maybe some other things.