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 endif
if has("autocmd") if has("autocmd")
augroup UltiSnipsFileType augroup UltiSnipsFileType
au! au!
autocmd FileType * call UltiSnips#FileTypeChanged() autocmd FileType * call UltiSnips#FileTypeChanged()
augroup END augroup END
endif endif