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

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

bug#15467: CSS-mode gives weird indentation when you put opening bracket


From: Paul Pogonyshev
Subject: bug#15467: CSS-mode gives weird indentation when you put opening bracket on its own line
Date: Tue, 8 Oct 2013 09:04:12 +0200

Thank you, now everything works fine.

Paul


On 7 October 2013 17:41, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> This fixes the problem I originally reported, but there seem to be more:
> .x1
> {
> }

> .x2
>  {
>  }

> div.x3
>    {
>    }

Thanks.  Should be fixed now.

> As a feature request, it would be nice if '}' triggered auto-indent on
> insertion, as in e.g. various programming modes.

Now electric-indent-mode obeys css-electric-keys.


        Stefan


reply via email to

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