if exists("b:did_indent") finish endif source $VIMRUNTIME/indent/javascript.vim let b:did_indent = 1 " 2-column indentation with soft tabs set sw=2 set ts=2 set et " 80 column limit set tw=80