change tabs

This commit is contained in:
Jenny Rakete 2022-02-13 12:56:35 +01:00 committed by GitHub
parent d54280416d
commit 89f845b83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,9 @@ set noshowcmd
syntax on
set encoding=utf-8
set number relativenumber
set expandtab
set tabstop=4
set shiftwidth=4
" Enable autocompletion:
set wildmode=longest,list,full
" Disables automatic commenting on newline: