Skip to content

Instantly share code, notes, and snippets.

@Demeter
Forked from mojombo/comments.xml
Created October 14, 2011 22:07
Show Gist options
  • Save Demeter/1288494 to your computer and use it in GitHub Desktop.
Save Demeter/1288494 to your computer and use it in GitHub Desktop.
Less Horrible XML Comments
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment