This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-16
Channels
- # aws (6)
- # beginners (129)
- # calva (9)
- # cider (4)
- # cljs-dev (2)
- # clojure (41)
- # clojure-beijing (2)
- # clojure-dev (3)
- # clojure-spec (23)
- # clojure-uk (46)
- # clojurescript (38)
- # community-development (20)
- # core-async (4)
- # cursive (12)
- # data-science (7)
- # datascript (13)
- # datomic (15)
- # duct (11)
- # emacs (18)
- # figwheel-main (5)
- # fulcro (26)
- # off-topic (4)
- # pathom (28)
- # pedestal (3)
- # reagent (8)
- # reitit (6)
- # shadow-cljs (32)
- # specter (3)
High! Quick question: how do you configure indentation on Cursive to get something like:
(div :.some-class
"content")
and not
(div :.some-class
"content")
?I think configuring it as having the same indentation as a def
will do
I remember doing that for s/fdef
@lennart.buit how do you do that though? I could mark it as “resolve as def” but that would imply additional behaviour, not just indent
Same pop up, but I think configure indentation instead
but there doesn’t seem to be anything about “don’t align stuff on new lines with parameters on same line as form”
Oh right, hmm. Maybe I am mistaken
Exactly what we are looking for ^^
@lennart.buit aaah fantastic; thank you! 🙂