Skip to content

Instantly share code, notes, and snippets.

View catearcher's full-sized avatar

Patrick Mladensich catearcher

  • seso
  • Vienna, Austria
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@catearcher
catearcher / indent.js
Last active August 29, 2015 14:06
Indent example
(function() {
var someVariable = {
foo: 42
},
someString = 'Well hello there.',
someOtherVariable = {
isThisVeryConfusing: true
},
// okay, please imagine 200 more lines of more declarations here