Blame Scripts/Bash/Functions/Prepare/Config/vim.conf

878a2b
set nu
878a2b
set textwidth=70
878a2b
set autoindent
878a2b
set tabstop=4
878a2b
set softtabstop=4
878a2b
set shiftwidth=4
878a2b
set expandtab
878a2b
set tags=./tags,tags
819c26
set spell