Change indent level to 3(?!) spaces.

This commit is contained in:
tafryn 2014-09-03 07:58:13 -07:00
parent 9c632378a5
commit cae25e5330

View File

@ -7,8 +7,8 @@ if exists("vimpager")
endif
if has("autocmd")
augroup UltiSnipsFileType
au!
autocmd FileType * call UltiSnips#FileTypeChanged()
augroup END
augroup UltiSnipsFileType
au!
autocmd FileType * call UltiSnips#FileTypeChanged()
augroup END
endif