replace tabs with spaces :(

This commit is contained in:
Ivan Bushchik 2022-08-03 19:12:12 +03:00
parent 739f2d43f4
commit 7e9815cb66
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7

View file

@ -3,7 +3,7 @@ set showmatch
set hlsearch
set incsearch
set autoindent
set noexpandtab
set expandtab
set tabstop=4
set shiftwidth=4
set number