This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-07-22
Channels
- # admin-announcements (22)
- # boot (109)
- # cider (119)
- # cljs-dev (19)
- # clojure (181)
- # clojure-berlin (3)
- # clojure-dev (10)
- # clojure-japan (10)
- # clojure-korea (2)
- # clojure-russia (105)
- # clojure-sg (1)
- # clojure-spain (2)
- # clojurescript (53)
- # code-reviews (2)
- # core-async (4)
- # datomic (2)
- # editors (21)
- # instaparse (5)
- # jobs (1)
- # ldnclj (12)
- # off-topic (2)
- # onyx (146)
Is there a way in Cursive to set indentation for a function so it does no indentation at all?
@danielcompton: You mean so that none of the lines indent?
We’re wrapping a whole namespace in a tracing function
Yeah, I thought indentation 0 might do that
No, that’s the number of params it will line up before it starts lining up the body.
@agile_geek: sorry mate, was me being a nub again. refreshed the package list and it worked
@cfleming: it looks like this bug is back https://github.com/cursiveclojure/cursive/issues/288
ah, it works in a let
, but not in a when
@acron: np. Done it myself more times than I can count.
@danielcompton: Right, it doesn’t work inside all forms - do you need it to work inside a when block?
I need it inside a macro, trace-forms from https://github.com/spellhouse/clairvoyant
It's also the one I need indented to 0. I can open some tickets ?