From c4dfe81381de1d4b94c0ad44cda87c958b820f1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Mon, 24 Oct 2016 10:13:17 +0200 Subject: [PATCH] shorter tabs for html documents --- ftplugin/html.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/html.vim 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 -- 2.51.2