- syntax on
- filetype plugin indent on
- set expandtab
- set smarttab
- set ts=4
- set sw=4
- set sts=4
- set autoindent
- set smartindent
- set ignorecase
- set smartcase
- set incsearch
- set showmatch
- set undofile
- set backspace=indent,eol,start
- set linespace=3
- set wrap
- set textwidth=79
- set formatoptions=qrn1
- set colorcolumn=85