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 ++ vim/.vim/ftplugin/html.vim | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 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 diff --git a/vim/.vim/ftplugin/html.vim b/vim/.vim/ftplugin/html.vim index 12b33db..6a56808 100644 --- a/vim/.vim/ftplugin/html.vim +++ b/vim/.vim/ftplugin/html.vim @@ -1,2 +1,2 @@ -set tabstop=2 softtabstop=0 noexpandtab shiftwidth=2 +set tabstop=2 softtabstop=0 expandtab shiftwidth=2 set autoindent -- cgit v1.2.3