vim-autoformat/ftplugin/html.vim

9 lines
111 B
VimL
Raw Normal View History

if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
set expandtab
set tabstop=2
set shiftwidth=2