Skip to content

Commit

Permalink
doc: developer: Allow tabs in the vim configuration for Automake files
Browse files Browse the repository at this point in the history
While we do not use Automake in libav, this allows our config to be
used more globally without introducing unwanted breakage.
  • Loading branch information
DonDiego committed Feb 23, 2013
1 parent 94ee7da commit 040c565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer.texi
Expand Up @@ -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/
Expand Down

0 comments on commit 040c565

Please sign in to comment.