Ticket #52 (new defect)

Opened 7 months ago

No formatting option for unittest braces

Reported by: dhasenan Assigned to:
Priority: minor Component: descent.ui
Version: Keywords:
Cc:

Description

There are no formatting options for unittests, leaving just the default:

void foo () 
{
   // blah
}

unittest {
   // The braces! They don't match!
}