From 4dcd1c5f8df1b630ca6fd9d7c302cc4db7f032a3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 1 Jan 2016 14:33:26 +0100 Subject: convert tabs to 2 spaces in HTML and CSS --- vim/.vim/ftplugin/css.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/css.vim (limited to 'vim/.vim/ftplugin/css.vim') diff --git a/vim/.vim/ftplugin/css.vim b/vim/.vim/ftplugin/css.vim new file mode 100644 index 0000000..6a56808 --- /dev/null +++ b/vim/.vim/ftplugin/css.vim @@ -0,0 +1,2 @@ +set tabstop=2 softtabstop=0 expandtab shiftwidth=2 +set autoindent -- cgit v1.2.3