fix: tabs should always be spaces

This commit is contained in:
Tine Jozelj 2021-12-02 16:36:34 +01:00
parent 0f709c1c4f
commit 2b25bea33e

View file

@ -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