Created
April 10, 2015 17:40
-
-
Save brianpattison/7fe37df9a20d27193667 to your computer and use it in GitHub Desktop.
Spaces > Tabs
This file contains hidden or 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
hash = { | |
aligning: "key/values", | |
is: "so much", | |
easier: "with spaces" | |
} |
This file contains hidden or 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
hash = { | |
tabs: "suck", | |
whenyou: "want", | |
todo: "something like this" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment