dotfiles/.config/nvim/ftplugin/html.vim

5 lines
85 B
VimL

setlocal smartindent
setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4