Created
July 29, 2015 05:50
-
-
Save tedmdelacruz/91de2d5671cc812448a5 to your computer and use it in GitHub Desktop.
Personal simple .vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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