From 07278585c593632b3e4d1668fe8e12be05b0afbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 21 May 2017 14:02:47 +0200 Subject: [PATCH] vim: html has 2-spaces tabs --- files/.vim/ftplugin/html.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/.vim/ftplugin/html.vim diff --git a/files/.vim/ftplugin/html.vim b/files/.vim/ftplugin/html.vim new file mode 100644 index 0000000..6a242df --- /dev/null +++ b/files/.vim/ftplugin/html.vim @@ -0,0 +1,2 @@ +set shiftwidth=2 +set tabstop=2