Update vimrc with C indentation

This commit is contained in:
2024-04-18 00:39:24 +05:30
parent e6c800748d
commit 2a41b0841e

2
vimrc
View File

@@ -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 <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTreeToggle<CR>