Fix preferred indent style for C

This commit is contained in:
2024-04-05 22:27:31 +05:30
parent 3287efba94
commit 9b0c9b6e40

2
.vimrc
View File

@@ -38,6 +38,8 @@ set ruler
set mouse=a
set noswapfile
autocmd FileType c setlocal shiftwidth=2 softtabstop=2 expandtab
nnoremap <leader>n :NERDTreeFocus<CR>
nnoremap <C-n> :NERDTreeToggle<CR>
nnoremap <C-f> :NERDTreeFind<CR>