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:
parent
67c7422ae2
commit
b10b62ae6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user