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: Stefan Monnier
Subject: bug#15467: CSS-mode gives weird indentation when you put opening bracket on its own line
Date: Mon, 07 Oct 2013 11:41:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> 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]