diff options
Diffstat (limited to 'vim/.vim/ftplugin/html.vim')
-rw-r--r-- | vim/.vim/ftplugin/html.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim index 12b33db..6a56808 100644 --- a/vim/.vim/ftplugin/html.vim +++ b/vim/.vim/ftplugin/html.vim @@ -1,2 +1,2 @@ -set tabstop=2 softtabstop=0 noexpandtab shiftwidth=2 +set tabstop=2 softtabstop=0 expandtab shiftwidth=2 set autoindent |