When GNU indent (at least version 2.2.6 from cygwin and 2.2.10 from GnuWin32) is used on the following code...

|void
main ()
{
 int i = 0b01010101;
}
|

it will be reformatted into this ...

|void
main ()
{
 int i = 0 b01010101;
}
|

Is there any option in indent that avoids this behavior?

regards, Martin


_______________________________________________
bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent

Reply via email to