Groups
Groups
Sign in
Groups
Groups
enclojure
Conversations
About
Send feedback
Help
Reformat de-denting multiline Strings
1 view
Skip to first unread message
Ralph
unread,
May 13, 2011, 8:44:54 AM
5/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to enclojure
The reformat command (Source -> Format) command is un-indenting
multiline Strings, particular the "doc" String at the beginning of
defn's.
(defn foo
"This is a test
@param bar an argument"
[bar])
becomes
(defn foo
"This is a test
@param bar an argument"
[bar])
Thanks, Ralph
Reply all
Reply to author
Forward
0 new messages