Skip to content

Instantly share code, notes, and snippets.

@andrewzhurov
andrewzhurov / indentation.clj
Created April 6, 2020 08:37 — forked from joshkh/indentation.clj
Clojure Indentation
(defn some-generic-function
"Demonstrate Clojure indentation and styles.
This doc string spans multiple lines, and the beginning of each line
is inline with the opening quotation mark"
[]
; ns :require values are aligned
; ns :import values are aligned
; but :require values do not align with :import values
(ns project.namespace