]> Untitled Git - vimfiles.git/commitdiff
shorter tabs for html documents
authorPhilippe Hürlimann <p@hurlimann.org>
Mon, 24 Oct 2016 08:13:17 +0000 (10:13 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Mon, 24 Oct 2016 08:13:17 +0000 (10:13 +0200)
ftplugin/html.vim [new file with mode: 0644]

diff --git a/ftplugin/html.vim b/ftplugin/html.vim
new file mode 100644 (file)
index 0000000..21c2276
--- /dev/null
@@ -0,0 +1,3 @@
+set tabstop=2
+set shiftwidth=2
+set softtabstop=2