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

pull/5/head
Diego Biurrun 13 years ago
parent a3dbd459ff
commit b553a425fb
  1. 2
      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.

Loading…
Cancel
Save