Skip to content

Instantly share code, notes, and snippets.

@nsnt
Last active December 13, 2015 23:29
Show Gist options
  • Save nsnt/4992376 to your computer and use it in GitHub Desktop.
Save nsnt/4992376 to your computer and use it in GitHub Desktop.
indent sample
x = {
:a => "a",
:b => "b",
:c => {
:x => "x",
:y => "y",
:z => {
:p => "p",
:q => "q",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment