do not expand tabs in snippet files.
This commit is contained in:
parent
5d6f72949d
commit
38de6a8821
@ -6,6 +6,8 @@ setlocal foldlevel=99
|
||||
|
||||
setlocal commentstring=#%s
|
||||
|
||||
setlocal noexpandtab
|
||||
|
||||
" Define match words for use with matchit plugin
|
||||
" http://www.vim.org/scripts/script.php?script_id=39
|
||||
if exists("loaded_matchit") && !exists("b:match_words")
|
||||
|
Loading…
Reference in New Issue
Block a user