[FFmpeg-cvslog] doc: Update sample Vim config with suitable (function) indentation settings .
Diego Biurrun
git at videolan.org
Tue Apr 17 12:27:18 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Feb 28 20:44:41 2012 +0100| [b553a425fbd20b38a6cac5fd5e22ecca71e1f599] | committer: Diego Biurrun
doc: Update sample Vim config with suitable (function) indentation settings.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b553a425fbd20b38a6cac5fd5e22ecca71e1f599
---
doc/developer.texi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc/developer.texi b/doc/developer.texi
index a4fdf3a..de64239 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -215,6 +215,8 @@ the following snippet into your @file{.vimrc}:
set expandtab
set shiftwidth=4
set softtabstop=4
+set cindent
+set cinoptions=(0
" allow tabs in Makefiles
autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=8
" Trailing whitespace and tabs are forbidden, so highlight them.
More information about the ffmpeg-cvslog
mailing list