Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created January 2, 2011 01:58
Show Gist options
  • Save mojombo/762200 to your computer and use it in GitHub Desktop.
Save mojombo/762200 to your computer and use it in GitHub Desktop.
XML Comments Suck
<container>
<thing />
<!--
I think this is the least horrible way to format XML comment
blocks. Even though it wastes two lines, at least it doesn't
involve tons of indenting or horribly misaligned edges.
-->
<fooblah size="10" count="alot" />
</container>
@kevinsawicki
Copy link

I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment