~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to doc/developer.texi

  • Committer: Reinhard Tartler
  • Date: 2013-03-27 06:53:14 UTC
  • mfrom: (1.3.32 sid)
  • Revision ID: siretart@tauware.de-20130327065314-fs4shpt6y2h46ekf
first merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
set expandtab
216
216
set shiftwidth=4
217
217
set softtabstop=4
218
 
" allow tabs in Makefiles
219
 
autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=8
 
218
" Allow tabs in Makefiles.
 
219
autocmd FileType make,automake set noexpandtab shiftwidth=8 softtabstop=8
220
220
" Trailing whitespace and tabs are forbidden, so highlight them.
221
221
highlight ForbiddenWhitespace ctermbg=red guibg=red
222
222
match ForbiddenWhitespace /\s\+$\|\t/