Created
March 30, 2012 22:44
-
-
Save jackilyn/2256834 to your computer and use it in GitHub Desktop.
Comments Style Guide
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
| /* | |
| * 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