From 278560f9b71fdd4bbc708ae593d0cc0f6087ba5f Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 31 May 2026 13:28:37 +0530 Subject: [PATCH] Update vimrc with C indentation --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index fe2495d..94fd3af 100644 --- a/vimrc +++ b/vimrc @@ -63,7 +63,7 @@ set ruler set mouse=a set noswapfile -autocmd FileType c setlocal shiftwidth=2 softtabstop=2 expandtab +autocmd FileType c setlocal shiftwidth=4 softtabstop=4 expandtab nnoremap n :NERDTreeFocus nnoremap :NERDTreeToggle