Skip to content

Instantly share code, notes, and snippets.

@billyvg
Created February 7, 2013 18:57
Show Gist options
  • Save billyvg/4733228 to your computer and use it in GitHub Desktop.
Save billyvg/4733228 to your computer and use it in GitHub Desktop.
vim/janus indent behavior for javascript
// Desired
var a,
b,
c,
d;
// what vim is doing
var a,
b,
c,
d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment