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

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

bug#60873: 29.0.60; c-ts-mode: Some blocks and content are not indented


From: Yuan Fu
Subject: bug#60873: 29.0.60; c-ts-mode: Some blocks and content are not indented right
Date: Thu, 19 Jan 2023 14:47:20 -0800

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> The following code is indented wrong:
>
> int
> main (int   argc,
>       char *argv[])
> {
>   {
>       int i = 0;
>     }
> }
>
> For which, the expected indentation is:
>
> int
> main (int   argc,
>       char *argv[])
> {
>   {
>     int i = 0;
>   }
> }
>

Thanks! I’ve fixed it and added a test.

Yuan





reply via email to

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