Add more python plugin paranoia from work.
This commit is contained in:
parent
e79151ae0d
commit
4896968bd3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue