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

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

bug#61531: 30.0.50; c++-ts-mode: "}" indented wrong


From: Theodor Thornhill
Subject: bug#61531: 30.0.50; c++-ts-mode: "}" indented wrong
Date: Wed, 15 Feb 2023 19:24:09 +0100

xhcoding <xhcoding@foxmail.com> writes:

> The closing '};' is indented wrong in the following class/struct definition:
>
> class Person {
>     std::string name;
>     int age;
>     };
>
> The expected indentation:
>
> class Person {
>     std::string name;
>     int age;
> };
>

Thanks! Now fixed in emacs-29 branch :)

Theo





reply via email to

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