Hello,
I find myself often in the situation, where the hash with the
attributes for an element contains many long elements. For my personal
viewing pleasure I want to be able to distribute the hash over
multiple lines.
For example:
%div{:style => "foo", :id => "bar"}
narf
Becomes
%div{:style => "foo",
:id => "bar"}
narf
I cannot figure out how to do this respectively is this even possible?
I tried intending and using the pipe character.
Thanks
andi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---