vim modeline confuses slow programmers

Adding 'expandtab' (et) to the modeline prevents whitespace nightmares.
This commit is contained in:
Richard Russon (flatcap)
2012-04-06 10:53:34 -04:00
committed by Tim Pope
parent 693d32cdd4
commit 96db5642a1
+1 -1
View File
@@ -2359,4 +2359,4 @@ endfunction
" }}}1
" vim:set ft=vim ts=8 sw=2 sts=2:
" vim:set ft=vim ts=8 et sw=2 sts=2: