Browse Source

developer.texi: Call out K&R coding style.

K&R coding style is implied but not listed in 'Coding Rules'.

Signed-off-by: Rick Kern <kernrj@gmail.com>
tags/n3.0
Rick Kern Timothy Gu 10 years ago
parent
commit
2f92322bff
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      doc/developer.texi

+ 3
- 0
doc/developer.texi View File

@@ -65,6 +65,9 @@ rejected by the git repository.
@item
You should try to limit your code lines to 80 characters; however, do so if
and only if this improves readability.

@item
K&R coding style is used.
@end itemize
The presentation is one inspired by 'indent -i4 -kr -nut'.



Loading…
Cancel
Save