|
|
Line 202: |
Line 202: |
|
| |
|
| == Whitespace == | | == Whitespace == |
|
| |
| Indent four spaces.
| |
|
| |
| Tabs are taken to be eight spaces, and an Emacs magic comment at the top of each file tries to help. If you're using MSVC or similar, you'll want to set tab width to 8, and help convert these files to be space-filled. Do not add hard tabs to source files; do remove them whenever possible.
| |
|
| |
| * Code should fit within 99 columns
| |
| * Comments should fit within 80 columns
| |
|
| |
| Both figures include indentation. Break down lines that are too long.
| |
|
| |
|
| In comments, use one space, not two, between sentences and after a colon. | | In comments, use one space, not two, between sentences and after a colon. |