vimrc adapted for 4 space indention

This commit is contained in:
Dirk Alders 2024-02-18 17:11:11 +01:00
parent 53a88ab339
commit 3d195b5cd0

4
.vimrc
View File

@ -45,9 +45,9 @@ set expandtab
" Enable indentation rules that are file-type specific.
"filetype indent on
" When shifting lines, round the indentation to the nearest multiple of "shiftwidth."
"set shiftround
set shiftround
" When shifting, indent using four spaces.
"set shiftwidth=4
set shiftwidth=4
" Insert "tabstop" number of spaces when the "tab" key is pressed.
"set smarttab
" Indent using four spaces.