From 98051ee972abe6e6f27d7f13f89fc711a82e81d9 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 21 May 2026 17:27:02 +0200 Subject: [PATCH] Update auto indentation rule --- Dotfiles/General/vimrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dotfiles/General/vimrc b/Dotfiles/General/vimrc index c5980847..6c866698 100644 --- a/Dotfiles/General/vimrc +++ b/Dotfiles/General/vimrc @@ -30,11 +30,9 @@ set hls "Press space to turn off highlighting after a search :nnoremap :nohlsearch:echo -"Auto indentation (cursor goes at the same level as the beginning of the previous line) +"Automatic indentation set autoindent - -"Smart indentation (automatic tab when writing code) -set smartindent +filetype plugin indent on "Enable mouse support set mouse=a