Skip to content

Instantly share code, notes, and snippets.

@tedmdelacruz
Created July 29, 2015 05:50
Show Gist options
  • Save tedmdelacruz/91de2d5671cc812448a5 to your computer and use it in GitHub Desktop.
Save tedmdelacruz/91de2d5671cc812448a5 to your computer and use it in GitHub Desktop.
Personal simple .vimrc
set tabstop=4
set shiftwidth=4
set expandtab
set list
set listchars=tab:>-,trail:-,extends:-,precedes:-
set nobackup
autocmd BufWritePre * :%s/\s\+$//e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment