bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13425: close this bug?


From: Simen Heggestøyl
Subject: bug#13425: close this bug?
Date: Sun, 29 Jan 2017 18:38:25 +0100

On Sun, Jan 29, 2017 at 6:16 PM, Stefan Monnier <monnier@IRO.UMontreal.CA> wrote:
The above problem is trivially fixed with the patch below, but it seems
too easy, so it probably introduces problems elsewhere.

Indeed, that causes problems with selectors that contain colons, like:

div:first-child,
div:last-child {
   top: 1.5rem;
}

Which gets indented like:

div:first-child,
   div:last-child {
   top: 1.5rem;
}

And SCSS mixins, like:

@include foo-mixin(
   $foo: 'foo',
   $bar: 'bar,
);

Which gets indented like:

@include foo-mixin(
   $foo: 'foo',
          $bar: 'bar,
);

-- Simen








reply via email to

[Prev in Thread] Current Thread [Next in Thread]