Removed the noexpandtab
This commit is contained in:
parent
ee6ea50006
commit
5afba15a39
@ -16,11 +16,10 @@ let g:python3_host_prog = expand('/usr/bin/python3')
|
|||||||
let g:loaded_python_provider = 0
|
let g:loaded_python_provider = 0
|
||||||
let g:python_host_prog = ''
|
let g:python_host_prog = ''
|
||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set expandtab
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set expandtab
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
|
Loading…
Reference in New Issue
Block a user