Removed the noexpandtab

This commit is contained in:
Marcin Woźniak 2022-01-06 01:04:04 +01:00
parent ee6ea50006
commit 5afba15a39
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -16,11 +16,10 @@ let g:python3_host_prog = expand('/usr/bin/python3')
let g:loaded_python_provider = 0
let g:python_host_prog = ''
set autoindent
set noexpandtab
set expandtab
set softtabstop=4
set shiftwidth=4
set tabstop=4
set expandtab
set nocompatible
set noshowmode
set noerrorbells