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