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

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

bug#60543: 29.0.60; c-ts-mode: Labels are not properly indented


From: Yuan Fu
Subject: bug#60543: 29.0.60; c-ts-mode: Labels are not properly indented
Date: Thu, 5 Jan 2023 23:09:52 -0700

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> With the default "gnu" style, labels are not properly indented.
>
> Eg., for the following code:
>
> int
> main (void)
> {
> end:
>   clean ();
> }
>
>
> I expect to get the following indentation for "end:" (single space
> before "end" for "gnu" style, and no indentation for "linux" style):
>
> int
> main (void)
> {
>  end:
>   clean ();
> }
>

Thanks for the report! As I said in another message, I’ll work on them
once I get back home. Stay tuned :-)

Yuan





reply via email to

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