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

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

bug#27402: 26.0.50; Indentation regression for C99 struct initializers


From: Lars Ingebrigtsen
Subject: bug#27402: 26.0.50; Indentation regression for C99 struct initializers
Date: Mon, 30 Nov 2020 12:07:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Adam Niederer <adam.niederer@gmail.com> writes:

> Emacs 25.2 indents the code as seen above, whereas Emacs 26.0.50 indents
> it as such:
>
> void main() {
>   struct Foo foo = {
>                     .a = 2,
>                     .b = 3
>   };
> }

(This bug report unfortunately got no response at the time.)

I can reproduce this in Emacs 26.1, but not in Emacs 28, so I think this
has been fixed by now, and I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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