Skip to content

Commit

Permalink
Merge pull request #167 from mark-rushakoff/comment
Browse files Browse the repository at this point in the history
Use a space after # in a comment
  • Loading branch information
bbatsov committed May 5, 2013
2 parents 4d527b5 + 84c23a6 commit 321df92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -1034,6 +1034,8 @@ setting the warn level to 0 via `-W0`).
* Write self-documenting code and ignore the rest of this section. Seriously!
* Write comments in English.
* Use one space between the leading `#` character of the comment and the text
of the comment.
* Comments longer than a word are capitalized and use punctuation. Use [one
space](http://en.wikipedia.org/wiki/Sentence_spacing) after periods.
* Avoid superfluous comments.
Expand Down

0 comments on commit 321df92

Please sign in to comment.