From 1b5ce5adc9a2f5c70f3a1bf16785543837cd46af Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Wed, 2 May 2018 14:09:26 -0400 Subject: [PATCH] Removing setting tabstop in html ftplugin --- vim/ftplugin/html.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim index 20e40cc..12be0ea 100644 --- a/vim/ftplugin/html.vim +++ b/vim/ftplugin/html.vim @@ -1,4 +1,3 @@ " 2 spaces -setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 -- libgit2 0.28.4