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

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

bug#60984: 30.0.50; c-ts-mode: indentation styles broken after new brac


From: Yuan Fu
Subject: bug#60984: 30.0.50; c-ts-mode: indentation styles broken after new brace code
Date: Wed, 25 Jan 2023 23:54:49 -0800

Theodor Thornhill <theo@thornhill.no> writes:

> Hi!
>
> It seems there has been some regressions wrt indentation styles with the
> new brace counting code - for example with bsd style:
>
> Previously:
>
> int
> main()
> {
>   if (x)
>   {
>
>   }
>   else
>   {
>
>   }
> }
>
> now:
>
> int
> main()
> {
>   if (x)
>   {
>
>     }
>   else
>   {
>
>     }
> }
>
> I'll try to tweak the code so that all indentation styles work and add
> tests.
>
> Theo

Yeah sorry about that, I think this is fixed now.

Yuan





reply via email to

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