You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce it with asm sources which do not have a blank line at the end of a file (no line break).
As a workaround add a newline to each assembly file at the end of file before formatting.
A fix will require to add a newline if it's missing prior formatting, I'll implement this when I get back to project.
./asmformat.exe test.asm
test.asm:
becomes:
The text was updated successfully, but these errors were encountered: