Reformat de-denting multiline Strings

1 view
Skip to first unread message

Ralph

unread,
May 13, 2011, 8:44:54 AM5/13/11
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