Created
March 22, 2017 16:45
-
-
Save brianarn/7d09a40d2a0abfda1b0c3cd97b485c75 to your computer and use it in GitHub Desktop.
Fibonacci-based indentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function topLevel() { | |
{ | |
{ | |
{ | |
{ | |
{ | |
{ | |
{ | |
// Pretty | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment