By default use four spaces to indent

This commit is contained in:
Tim Schubert 2022-02-08 21:26:27 +01:00
parent 68049539aa
commit d3642a6525
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -61,7 +61,10 @@ set t_Co=256
set background=dark
colorscheme spacemacs-theme
" Use tabs for indent
set tabstop=4
set softtabstop=4
set softtabstop=4
set expandtab
set smarttab
set smartindent
set autoindent