autoformatting disabled again

This commit is contained in:
Chiel92 2013-02-11 09:52:55 +01:00
parent 51f3b5f563
commit b14353e3d1

View File

@ -21,6 +21,13 @@ else
call g:FindFormatter(s:prgname,s:arguments)
endif
let b:autoformat = 1
"Enable on-the-fly formatting
if b:autoformat==1
"inoremap <CR> <C-O>gqq<CR>
"inoremap } }<C-O>gq%
endif
"Set indenting behaviour to match with the formatter
set expandtab
set tabstop=4