Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi3
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'.