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