Add a vimrc

This commit is contained in:
jgrogan 2024-12-29 17:02:41 +00:00
parent 80544f425c
commit c683f9aee4

View file

@ -1 +1,8 @@
syntax on
set shiftwidth=4 smarttab
set expandtab
set tabstop=8 softtabstop=0
set number
:inoremap <S-Tab> <C-V><Tab>
autocmd Filetype make setlocal autoindent noexpandtab tabstop=4 shiftwidth=4