1
0

Switch to 2 space tabs

This commit is contained in:
2022-06-10 17:08:32 +02:00
parent d7bf6f927e
commit f65488934c

View File

@@ -24,8 +24,8 @@ filetype plugin indent on
""" General
" indentation
set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces
set tabstop=2 " tabs only count for 4 spaces
set shiftwidth=2 " when indenting use 4 spaces
set noexpandtab " use tab characters
set autoindent