Change tab settings
This commit is contained in:
parent
89ff97b825
commit
9ac9465212
6
vimrc
6
vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user