dotfiles

dotfile of sort
git clone git://git.nirm.al/dotfiles
Log | Files | Refs | README | LICENSE

commit 2a41b0841ed05d9d531c825e6f20a5fb7d6e72e2
parent e6c800748d614268f421a3b9b2f6ac9ffb8d77f5
Author: Nirmal Kumar R <tildezero@gmail.com>
Date:   Thu, 18 Apr 2024 00:39:24 +0530

Update vimrc with C indentation

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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