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/html.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/.vim/ftplugin/html.vim') 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