set tabstop=2
set shiftwidth=2
set expandtab
" don't indent public, private
"set cindent
set cinoptions=g-1
" no backup
set nobackup
" turn off syntax highlight
"set nohlsearch
"set t_Co=0
syntax off
