From 3d195b5cd0a60d5d215044f110f67e10b1f4a7bc Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 18 Feb 2024 17:11:11 +0100 Subject: [PATCH] vimrc adapted for 4 space indention --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 691d431..24f935a 100644 --- a/.vimrc +++ b/.vimrc @@ -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.