Ticket #526 (new defect)

Opened 3 years ago

Commented out braces affect C/C++ indentation

Reported by: anonymous Owned by: rob
Priority: minor Milestone: 0.15
Component: autoindent Keywords:
Cc:

Description

Adding a commented out close-brace messes up indentation: the printf is incorrectly autoindented to column 0:

//}

int func(void)
{
printf("blah");

Attachments

Add/Change #526 (Commented out braces affect C/C++ indentation)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.