My vimrc

The .vimrc I use for editing with Vim.

set number
syntax on
set tabstop=4
set shiftwidth=4
smarttab
set expandtab
set showmatch
set autoindent
set ruler