Add .vimrc

This commit is contained in:
Jonathan Hodgson 2016-11-13 19:22:49 +00:00
parent efac28e53a
commit 48aa0ed3a7

16
.vimrc Normal file
View file

@ -0,0 +1,16 @@
" set non-compatible
set nocompatible
" set syntax highlighting
syntax on
set number
" set tabwidth
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4