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.
Actions