Skip to content

Instantly share code, notes, and snippets.

@mfn
Forked from catearcher/indent.js
Last active August 29, 2015 14:06
Show Gist options
  • Save mfn/188d227be4723c0a68cc to your computer and use it in GitHub Desktop.
Save mfn/188d227be4723c0a68cc to your computer and use it in GitHub Desktop.
(function() {
var
someVariable = {
foo: 42
},
someString = 'Well hello there.',
someOtherVariable = {
isThisVeryConfusing: true
},
// okay, please imagine 200 more lines of more declarations here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment