diff options
| -rw-r--r-- | docs/contributing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 8242cc1ad..7ed7cd06a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
| @@ -70,6 +70,7 @@ Most of our style is pretty easy to pick up on, but right now it's not entirely | |||
| 70 | * Do not write obvious comments | 70 | * Do not write obvious comments |
| 71 | * If you not sure if a comment is obvious, go ahead and include it. | 71 | * If you not sure if a comment is obvious, go ahead and include it. |
| 72 | * In general we don't wrap lines, they can be as long as needed. If you do choose to wrap lines please do not wrap any wider than 76 columns. | 72 | * In general we don't wrap lines, they can be as long as needed. If you do choose to wrap lines please do not wrap any wider than 76 columns. |
| 73 | * We use `#pragma once` at the start of header files rather than old-style include guards (`#ifndef THIS_FILE_H`, `#define THIS_FILE_H`, ..., `#endif`) | ||
| 73 | 74 | ||
| 74 | # General Guidelines | 75 | # General Guidelines |
| 75 | 76 | ||
