From: Philippe Hürlimann
Date: Mon, 24 Oct 2016 08:13:17 +0000 (+0200) Subject: shorter tabs for html documents X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=c4dfe81381de1d4b94c0ad44cda87c958b820f1c;p=vimfiles.git shorter tabs for html documents --- diff --git a/ftplugin/html.vim b/ftplugin/html.vim new file mode 100644 index 0000000..21c2276 --- /dev/null +++ b/ftplugin/html.vim @@ -0,0 +1,3 @@ +set tabstop=2 +set shiftwidth=2 +set softtabstop=2