Skip to content
Snippets Groups Projects
Commit 2f92322b authored by Rick Kern's avatar Rick Kern Committed by Timothy Gu
Browse files

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


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

Signed-off-by: default avatarRick Kern <kernrj@gmail.com>
parent 7c56b879
No related branches found
No related tags found
No related merge requests found
......@@ -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'.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment