Update vimrc with C indentation

This commit is contained in:
2026-05-31 13:28:37 +05:30
parent bd9f8f1338
commit 278560f9b7
+1 -1
View File
@@ -63,7 +63,7 @@ set ruler
set mouse=a set mouse=a
set noswapfile 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 <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTreeToggle<CR> nnoremap <C-n> :NERDTreeToggle<CR>