Browse Source

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.
tags/n1.2
Diego Biurrun 13 years ago
parent
commit
040c565e51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/developer.texi

+ 1
- 1
doc/developer.texi View File

@@ -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/


Loading…
Cancel
Save