[FFmpeg-cvslog] doc: developer: Allow tabs in the vim configuration for Automake files

Diego Biurrun git at videolan.org
Sun Feb 24 14:37:48 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Feb 22 22:06:37 2013 +0100| [040c565e51985477a8fa5e42d2ddfb26ebde6608] | committer: Diego Biurrun

doc: developer: Allow tabs in the vim configuration for Automake files

While we do not use Automake in libav, this allows our config to be
used more globally without introducing unwanted breakage.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=040c565e51985477a8fa5e42d2ddfb26ebde6608
---

 doc/developer.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index a30cc9d..54c1ec6 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -229,7 +229,7 @@ set softtabstop=4
 set cindent
 set cinoptions=(0
 " Allow tabs in Makefiles.
-autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=8
+autocmd FileType make,automake set noexpandtab shiftwidth=8 softtabstop=8
 " Trailing whitespace and tabs are forbidden, so highlight them.
 highlight ForbiddenWhitespace ctermbg=red guibg=red
 match ForbiddenWhitespace /\s\+$\|\t/



More information about the ffmpeg-cvslog mailing list