This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-07-24
Channels
- # admin-announcements (21)
- # announcements (1)
- # beginners (36)
- # boot (48)
- # cider (21)
- # clojure (61)
- # clojure-italy (4)
- # clojure-japan (5)
- # clojure-norway (2)
- # clojure-russia (2)
- # clojure-sg (2)
- # clojure-uk (3)
- # clojurescript (33)
- # core-async (5)
- # core-typed (1)
- # cursive (13)
- # datomic (34)
- # devops (38)
- # editors (24)
- # events (10)
- # ldnclj (14)
- # off-topic (31)
- # onyx (4)
- # re-frame (84)
I have a formatting issue I don’t seem able to crack. I have ‘default to Only Indent’ on, which mostly is fine, there is just this case I can’t find the setting for:
(do-blah-blah x
y
z)
gets formatted to
(do-blah-blah x
y
z)
but i want to keep the original. so this is the case where I want to vertically align with the second list item, even if it appears on the same line as the first. any help appreciated.For anyone using boot with Cursive there is some advice here now: https://github.com/boot-clj/boot/wiki/For-Cursive-Users
I don't mind the tab key choosing the way it does, but does anyone else remove or change the binding on choose lookup item
?
my muscle memory takes me to ‘ESC’ without thinking any more. I do remember this being very jarring when I came to IntelliJ from Eclipse.
Not nearly as much as the speed, consistency and stability though .
henryw374: So you only want to correct the case for do-blah-blah
? If so, set the indentation for that form using the intention as described here: https://cursiveclojure.com/userguide/formatting.html. You want to set it to 0.