Skip to content

Instantly share code, notes, and snippets.

@gsf
Created April 28, 2012 17:38
Show Gist options
  • Select an option

  • Save gsf/2520705 to your computer and use it in GitHub Desktop.

Select an option

Save gsf/2520705 to your computer and use it in GitHub Desktop.
vimrc
set expandtab
set hidden
set incsearch
set noshowmatch
set showcmd
set smartcase
set smarttab
set sw=4
set ts=4
autocmd FileType css,html,htmldjango,javascript,php
\ setlocal sw=2 |
\ setlocal ts=2
let loaded_matchparen = 1 " Don't highlight brackets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment