From c683f9aee46ee86c606c8d40830059190a4cc9ef Mon Sep 17 00:00:00 2001 From: jgrogan Date: Sun, 29 Dec 2024 17:02:41 +0000 Subject: [PATCH] Add a vimrc --- vim/.vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index e9abef5..f0f1f02 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1 +1,8 @@ syntax on +set shiftwidth=4 smarttab +set expandtab +set tabstop=8 softtabstop=0 +set number + +:inoremap +autocmd Filetype make setlocal autoindent noexpandtab tabstop=4 shiftwidth=4