Skip to content

Instantly share code, notes, and snippets.

@lfborjas
Created January 26, 2015 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfborjas/e47425cc62c716026d0d to your computer and use it in GitHub Desktop.
Save lfborjas/e47425cc62c716026d0d to your computer and use it in GitHub Desktop.
vimrc
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