Actions
Feature #3099
closedcode-style: switch with compound statements
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
Add a code-style rule to clarity the indentation of a switch
statement when any case
or default
label needs a compound statement due to the inclusion of a declaration.
Updated by Junxiao Shi about 9 years ago
The style is being discussed on http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-August/001232.html.
After the discussion reaches a consensus, this issue is to update rule 1.10 with the decision.
Updated by Wentao Shang about 9 years ago
- Status changed from New to Code review
- % Done changed from 0 to 50
Updated by Wentao Shang about 9 years ago
- Status changed from Code review to Closed
- % Done changed from 50 to 100
Actions