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
Thank you for your time and contributions! Unfortunately, this issue has been inactive for quite a while which means we probably can't manage the time to deal with it. That's why we're marking it as stale. We want to keep things tidy and focus on active discussions, but we’re always happy to revisit if this is still relevant!
If you’d like to keep this open, please add a comment to let us know and remove the label stale. Otherwise, this issue will most likely be automatically closed soon.
Since there hasn't been any recent activity after the last message, we're going to go ahead and close this issue. Feel free to reopen this and remove the labels stale and unresolved if it's urgent.
We truly appreciate your contributions and engagement!
This is minor change that I needed to serve my particular demands; sharing it in the event it's of use:
preserve the indentation of the first comment.
TL;DR;
Some editors (e.g. Emacs) use to automatically indent comments in assembly code, like
Currently,
reuse annotate
would render the output like thisThe suggested change should preserve the original indentation of the first paragraph:
The text was updated successfully, but these errors were encountered: