Add more python plugin paranoia from work.

This commit is contained in:
Eli Ribble 2024-03-06 19:24:47 +00:00
parent e79151ae0d
commit 4896968bd3
1 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
set nu
set noexpandtab
set nosmarttab
set tabstop=4
set indentexpr= set indentexpr=
set noautoindent
set nocindent
set noexpandtab
set nosmartindent
set nosmarttab
set nu
set tabstop=4
filetype indent off