fix vim tab clusterfuck

This commit is contained in:
histausse 2022-02-08 19:04:22 +01:00
parent dda6743a58
commit 188122ccf0
Signed by: histausse
GPG key ID: 67486F107F62E9E9

2
.vimrc
View file

@ -1,5 +1,5 @@
set tabstop=4 set tabstop=4
set softtabstop=0 noexpandtab set softtabstop=0 expandtab
set autoindent set autoindent
filetype plugin on filetype plugin on