summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-29 23:43:29 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-29 23:43:29 +0000
commit53862e0fa6be8a0a0d750f9e8897934068dbe6d0 (patch)
tree68fa1b203f89312f2af5f7f4e683b9bc4c4760a8 /doc
parentc0af384013d9c10a4c624cbbf885262597b4dbf0 (diff)
Update for new style guidelines regarding TABs and trailing whitespace.
Originally committed as revision 4908 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 75088db5b0..7dc5740225 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1143,8 +1143,11 @@ mixing statements and declarations;
GCC statement expressions (@samp{(x = (@{ int y = 4; y; @})}).
@end itemize
-Indent size is 4. The TAB character should not be used.
+Indent size is 4.
The presentation is the one specified by 'indent -i4 -kr'.
+The TAB character is forbidden outside of Makefiles as is any
+form of trailing whitespace. Commits containing either will be
+rejected by the CVS repository.
Main priority in FFmpeg is simplicity and small code size (=less
bugs).