bug-indent
[Top][All Lists]
Advanced

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

extra line breaks for initialization of 2D array


From: Heller, Christian
Subject: extra line breaks for initialization of 2D array
Date: Tue, 7 Jun 2022 22:00:03 +0000

Point points[] = {
    {0.0, 1.0}
    ,
    {2.0, 2.0}
    ,
    {3.0, 3.0}
};

Even with -nbc.

This is also mentioned here, but w/o a fix:
https://superuser.com/questions/855881/gnu-indent-how-to-forbid-inserting-newlines-before-in-declaration-of-struct

Thanks,
Chris
518-779-0139



reply via email to

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