Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Created March 30, 2012 22:44
Show Gist options
  • Select an option

  • Save jackilyn/2256834 to your computer and use it in GitHub Desktop.

Select an option

Save jackilyn/2256834 to your computer and use it in GitHub Desktop.
Comments Style Guide
/*
* Filename
* Description of the file and its contents. Sometimes followed by a
* table of contents.
*
* Maximum Line Length = 70 chars
*
* --------------------------------------------------------------- */
/* Section Heading
* --------------------------------------------------------------- */
/* Sub Heading
* ------------------------------ */
/* Short "why" Messages */
.class {
width: 800px;
margin: 0 auto; /* inline note */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment