You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still, with plain HTML, I can't manage to stop attrs to (mis)align on different lines. This is what happens:
Write a first line, then (| is the cursor) hit enter: the cursor is correctly indented by one tab:
<divclass="foobar"
|
Keep writing on the next line:
<divclass="foobar"
id="quux"|
As soon as enter is hit, the second line gets misaligned like this:
<divclass="foobar"
id="quux"
That's, ahem... ugly! How to prevent it?
BTW, even when lineup alignment is desired, IMO, it would be nicer to have attributes on multiple lines to get aligned (whenever possible -- I guess it might be really complicated!) at the = sign:
<divclass="foobar"
id="quux"
The text was updated successfully, but these errors were encountered:
Maybe I'm missing something about lineup args, etc. I have these in my
.emacs
:Still, with plain HTML, I can't manage to stop attrs to (mis)align on different lines. This is what happens:
|
is the cursor) hit enter: the cursor is correctly indented by one tab:That's, ahem... ugly! How to prevent it?
BTW, even when lineup alignment is desired, IMO, it would be nicer to have attributes on multiple lines to get aligned (whenever possible -- I guess it might be really complicated!) at the
=
sign:The text was updated successfully, but these errors were encountered: