aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin/html.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin/html.vim')
-rw-r--r--vim/.vim/after/ftplugin/html.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/html.vim b/vim/.vim/after/ftplugin/html.vim
new file mode 100644
index 0000000..8c2d0c8
--- /dev/null
+++ b/vim/.vim/after/ftplugin/html.vim
@@ -0,0 +1,4 @@
+" Tab specific option
+set tabstop=2 "A tab is 8 spaces
+set shiftwidth=2 "An indent is 4 spaces
+set shiftround "Round indent to nearest shiftwidth multiple