mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 15:16:29 +00:00
fix: tabs should always be spaces
This commit is contained in:
parent
0f709c1c4f
commit
2b25bea33e
1 changed files with 2 additions and 3 deletions
|
@ -136,13 +136,12 @@ set autowrite
|
|||
set splitright
|
||||
set splitbelow
|
||||
|
||||
set smarttab
|
||||
set autoindent
|
||||
set tabstop=2
|
||||
set tabstop=4
|
||||
set shiftwidth=2
|
||||
set softtabstop=0
|
||||
set vartabstop=
|
||||
set expandtab
|
||||
set smarttab
|
||||
|
||||
set noswapfile
|
||||
set nobackup
|
||||
|
|
Loading…
Reference in a new issue