1
0

Use spaces (for work).

This commit is contained in:
2024-06-04 11:05:37 +02:00
parent d508759e33
commit 58eea72762

View File

@@ -28,7 +28,7 @@ filetype plugin on
" indentation
set tabstop=4 " tabs only count for 4 spaces
set shiftwidth=4 " when indenting use 4 spaces
set noexpandtab " use tab characters
set expandtab " use tab characters
set autoindent
" view