Twiddle indentation settings

We just want autoindent, no need for smartindent/etc that may be set by
the user's vimrc.
This commit is contained in:
Kevin Ballard 2014-06-30 21:17:52 -07:00
parent 67c7422ae2
commit b10b62ae6d

View File

@ -7,6 +7,7 @@ setlocal foldlevel=99
setlocal commentstring=#%s
setlocal noexpandtab
setlocal autoindent nosmartindent nocindent
" Define match words for use with matchit plugin
" http://www.vim.org/scripts/script.php?script_id=39