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
Note: See
TracTickets for help on using
tickets.
