mirror of https://git.ffmpeg.org/ffmpeg.git
Update for new style guidelines regarding TABs and trailing whitespace.
Originally committed as revision 4908 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c0af384013
commit
53862e0fa6
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue