Created
January 26, 2015 16:09
-
-
Save lfborjas/e47425cc62c716026d0d to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or 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
syntax on | |
autocmd Filetype html setlocal ts=2 sw=2 expandtab | |
autocmd Filetype ruby setlocal ts=2 sw=2 expandtab | |
autocmd Filetype javascript setlocal ts=2 sw=2 expandtab | |
autocmd Filetype cucumber setlocal ts=2 sw=2 expandtab | |
set noswapfile | |
au BufRead,BufNewFile *.md set filetype=markdown | |
au BufRead,BufNewFile *.md.html set filetype=markdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment