Clojure: Move trailing )s onto previous line
This commit is contained in:
parent
bf2712e432
commit
d70a75bd65
@ -1,7 +1,6 @@
|
|||||||
snippet comm
|
snippet comm
|
||||||
(comment
|
(comment
|
||||||
${0}
|
${0})
|
||||||
)
|
|
||||||
snippet condp
|
snippet condp
|
||||||
(condp ${1:pred} ${2:expr}
|
(condp ${1:pred} ${2:expr}
|
||||||
${0})
|
${0})
|
||||||
@ -26,8 +25,7 @@ snippet defr
|
|||||||
${0})
|
${0})
|
||||||
snippet deft
|
snippet deft
|
||||||
(deftest ${1:name}
|
(deftest ${1:name}
|
||||||
(is (= ${2:assertion}))
|
(is (= ${0:assertion})))
|
||||||
${0})
|
|
||||||
snippet is
|
snippet is
|
||||||
(is (= ${1} ${0}))
|
(is (= ${1} ${0}))
|
||||||
snippet defty
|
snippet defty
|
||||||
|
Loading…
Reference in New Issue
Block a user