Skip to content

Instantly share code, notes, and snippets.

@rcmachado
Created April 15, 2010 16:50
Show Gist options
  • Save rcmachado/367348 to your computer and use it in GitHub Desktop.
Save rcmachado/367348 to your computer and use it in GitHub Desktop.
Vim JavaScript definitions
" .vim/after/ftplugin/after/
"
" Javascript definitions
"
" Based on 'Code Conventions for the JavaScript Programming Language', by Douglas Crockford
" http://javascript.crockford.com/code.html (2010-04-15)
set tabstop=4
set expandtab
set smarttab
set shiftwidth=4
set shiftround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment