Skip to content

Instantly share code, notes, and snippets.

@jonsterling
Last active November 12, 2016 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonsterling/0c61dd773de07111b879dc4f49c0082c to your computer and use it in GitHub Desktop.
Save jonsterling/0c61dd773de07111b879dc4f49c0082c to your computer and use it in GitHub Desktop.
(my-long-op-name first-argument
(something-else oh-boy
here-we-go-again))
;; I would prefer:
(my-long-op-name
first-argument
(something-else
oh-boy
here-we-go-again))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment