mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 08:05:07 +03:00
replace tabs with spaces :(
This commit is contained in:
parent
739f2d43f4
commit
7e9815cb66
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set showmatch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set expandtab
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set number
|
set number
|
||||||
|
|
Loading…
Reference in a new issue