diff options
author | Rick Kern <kernrj@gmail.com> | 2015-11-28 17:48:57 -0500 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-11-29 06:54:32 -0800 |
commit | 2f92322bfff2358703dba950934ba554fd597e86 (patch) | |
tree | db77f20e169c259353d0facabd210691755c17b9 | |
parent | 7c56b8792c8f3d261bf2e8e391936f741886d85e (diff) | |
download | ffmpeg-2f92322bfff2358703dba950934ba554fd597e86.tar.gz |
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>
-rw-r--r-- | doc/developer.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index cad1c29734..9a901d8f5c 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -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'. |