diff --git a/files/.vim/ftplugin/html.vim b/files/.vim/ftplugin/html.vim new file mode 100644 index 0000000..6a242df --- /dev/null +++ b/files/.vim/ftplugin/html.vim @@ -0,0 +1,2 @@ +set shiftwidth=2 +set tabstop=2