Skip to content

Instantly share code, notes, and snippets.

@maw
Created September 25, 2016 22:59
Show Gist options
  • Save maw/04188e8894b8c11de4ebc82ebdb21a80 to your computer and use it in GitHub Desktop.
Save maw/04188e8894b8c11de4ebc82ebdb21a80 to your computer and use it in GitHub Desktop.
indent blanks!
if (foo) {
// I like how the next three^Wfour lines are indented
var x = 1 + 2;
x += 100;
// I dislike how the next three lines are indented
var z = 99;
z -= 4'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment