Skip to content

Instantly share code, notes, and snippets.

@jbiason
Created May 20, 2010 20:45
Show Gist options
  • Save jbiason/408078 to your computer and use it in GitHub Desktop.
Save jbiason/408078 to your computer and use it in GitHub Desktop.
Comparing comments created in VIM and Gedit
/**
* This comment was created with VIM.
* Notice the the lead comment is repeated and aligned.
* VIM automagically adds it.
* It also automagically removes the space if I type a "/" to finish the
* comment block.
*/
/**
This is a comment create inside Gedit.
Notice that it basically looks like a mess.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment