[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#61635: 30.0.50; c++-ts-mode: "}" indented wrong when a class in name
From: |
Theodor Thornhill |
Subject: |
bug#61635: 30.0.50; c++-ts-mode: "}" indented wrong when a class in namespace |
Date: |
Mon, 20 Feb 2023 15:09:06 +0100 |
Daniel Martín <mardani29@yahoo.es> writes:
> tags 61635 + patch
> quit
>
> xhcoding <xhcoding@foxmail.com> writes:
>
>> The closing '};' is indented wrong in the following class/struct definition:
>>
>> namespace test {
>> class Name {
>> }; <-- error indent
>>
>> } <-- when press tab, minibuffer output "Wrong type argument: wholenump, -2"
>>
>>
Thanks! Installed and pushed :-)
Theo