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
|
filetype indent plugin on " Identify file type
|
||||||
set wildignore+=*/tmp/*,*.so,*.swp " Files to ignore
|
set wildignore+=*/tmp/*,*.so,*.swp " Files to ignore
|
||||||
|
|
||||||
set shiftwidth=4 " Tab
|
set shiftwidth=2 " Tab
|
||||||
set tabstop=4 "
|
set tabstop=2 "
|
||||||
set noexpandtab "
|
set expandtab "
|
||||||
|
|
||||||
set number " Line numbering
|
set number " Line numbering
|
||||||
set autoindent " Indentation
|
set autoindent " Indentation
|
||||||
|
Loading…
Reference in New Issue
Block a user