Closed
Description
(def ^:private start-element
{:meta "^", :meta* "#^", :vector "[", :map "{"
:list "(", :eval "#=", :uneval "#_", :fn "#("
:set "#{", :deref "@", :reader-macro "#", :unquote "~"
:var "#'", :quote "'", :syntax-quote "`", :unquote-splicing "~@"})
indents with align-vertically to
(def ^:private start-element
{:meta "^" , :meta* "#^" , :vector "[" , :map "{"
:list "(" , :eval "#=" , :uneval "#_" , :fn "#("
:set "#{" , :deref "@" , :reader-macro "#" , :unquote "~"
:var "#'" , :quote "'" , :syntax-quote "`" , :unquote-splicing "~@"})
since ,
is lexical whitespace, the ,
s should remain attached to the preceding forms.
Metadata
Metadata
Assignees
Labels
No labels