Module: libav
Branch: master
Commit: b553a425fbd20b38a6cac5fd5e22ecca71e1f599

Author:    Diego Biurrun <di...@biurrun.de>
Committer: Diego Biurrun <di...@biurrun.de>
Date:      Tue Feb 28 20:44:41 2012 +0100

doc: Update sample Vim config with suitable (function) indentation settings.

---

 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.

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to