From 96db5642a196a354cbea29aea713d913c3475ae5 Mon Sep 17 00:00:00 2001 From: "Richard Russon (flatcap)" Date: Fri, 6 Apr 2012 13:33:53 +0100 Subject: [PATCH] vim modeline confuses slow programmers Adding 'expandtab' (et) to the modeline prevents whitespace nightmares. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index d80e007..f00bbe6 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -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: