Change tab settings

This commit is contained in:
rnhmjoj 2015-10-12 00:09:54 +02:00
parent 89ff97b825
commit 9ac9465212

6
vimrc
View File

@ -74,9 +74,9 @@ set ttyfast " Improve redrawing in xterm
filetype indent plugin on " Identify file type
set wildignore+=*/tmp/*,*.so,*.swp " Files to ignore
set shiftwidth=4 " Tab
set tabstop=4 "
set noexpandtab "
set shiftwidth=2 " Tab
set tabstop=2 "
set expandtab "
set number " Line numbering
set autoindent " Indentation