-
-
Save Demeter/1288494 to your computer and use it in GitHub Desktop.
Less Horrible XML Comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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