From d853c4ce415e50b5c2b378495e064ab7c8cc65ce Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Tue, 29 Mar 2016 13:54:05 +0200 Subject: Expandtab + --- vim/.vim/ftplugin/c.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/.vim/ftplugin/c.vim') diff --git a/vim/.vim/ftplugin/c.vim b/vim/.vim/ftplugin/c.vim index 1685f9e..e4d4ca1 100644 --- a/vim/.vim/ftplugin/c.vim +++ b/vim/.vim/ftplugin/c.vim @@ -1,4 +1,4 @@ -set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set tabstop=4 softtabstop=0 expandtab shiftwidth=4 set autoindent set syntax=c.doxygen -- cgit v1.2.3