Skip to content

Commit

Permalink
Mention our trailing whitespace policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Sep 24, 2012
1 parent 59ad849 commit 8a59235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -31,6 +31,9 @@ Some things are difficult to unit test in a way that's worthwhile. For instance

## Cappuccino Coding Style Guidelines

### Trailing whitespace
Leave no trailing spaces or tabs at the end of a line (`trailing whitespace`), even if the line is empty and in an otherwise indented block.

### Indentation

Use spaces, not tabs. Tabs should only appear in files that require them for semantic meaning, like Makefiles (which there are currently none of). The indent size is 4 spaces.
Expand Down

0 comments on commit 8a59235

Please sign in to comment.