This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-13
Channels
- # 100-days-of-code (2)
- # announcements (1)
- # beginners (41)
- # boot (1)
- # calva (3)
- # cider (25)
- # cljdoc (20)
- # cljs-dev (24)
- # clojure (16)
- # clojure-conj (1)
- # clojure-dev (9)
- # clojure-germany (1)
- # clojure-italy (4)
- # clojure-uk (8)
- # clojurescript (25)
- # community-development (14)
- # cursive (4)
- # datascript (2)
- # datomic (20)
- # duct (16)
- # emacs (12)
- # fulcro (168)
- # graphql (1)
- # keechma (3)
- # leiningen (1)
- # luminus (5)
- # off-topic (13)
- # re-frame (8)
- # reagent (3)
- # rum (1)
- # shadow-cljs (24)
- # spacemacs (32)
- # unrepl (2)
- # vim (2)
@cfleming using the latest cursive i'm having issues with the indentation settings, I set something to indent on 0 but cursive doesn't respect it, I see this on cljc files, maybe it maybe setting the indent param for a form in clj and trying apply from cljs (or some confusion like that)?
oh, sorry. I did better tests now, so when I try to set the indent for a form like comp
, when I do it from cljc
or cljs
files, it doesnt work
but then I did in a clj
file, from that it got right, and after that the indentation was also correct on cljs
and cljc
files