Commit 3201eb3c authored by diego's avatar diego

Update for new style guidelines regarding TABs and trailing whitespace.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4908 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b978f4f
......@@ -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).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment