From 1c58f8cbf1a77927fc27223bd09b3a121ac9c3b3 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 21 May 2026 17:30:47 +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 49499721..b74e2324 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