Skip to content

Instantly share code, notes, and snippets.

@pbostrom
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save pbostrom/9006986 to your computer and use it in GitHub Desktop.

Select an option

Save pbostrom/9006986 to your computer and use it in GitHub Desktop.
Clojure indentation
(defn long-func-name [x y z] :bar)
(defn baz1 []
(long-func-name (some-thing-arg1)
(some-thing-arg2) arg3))
(defn baz2 []
(long-func-name (some-thing-arg1)
(some-thing-arg2) arg3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment