JavaScript is disabled on your browser.
Overview
Check
Deprecated
Index
Help
Prev Check
Next Check
Frames
No Frames
All Rules
Summary:
Props
Detail:
Props
Check "de.unkrig: Wrap switch block statement group"
Verifies that switch block statement groups are uniformly wrapped and indented.
Quickfixes:
Wrap line
Wraps this line at the correct position.
Join lines
Appends this line to the previous.
Correct indentation
Corrects the indentation of this line.
Property Summary
Properties
Name
Description
allowOneLineSwitchBlockStmtGroup
Whether to allow a complete
SWITCH
block statement group in one single line.
Property Detail
allowOneLineSwitchBlockStmtGroup = "
true
|false"
Whether to allow a complete
SWITCH
block statement group in one single line. Example:
case 1: case 2: a = 3; break;
Overview
Check
Deprecated
Index
Help
Prev Check
Next Check
Frames
No Frames
All Rules
Summary:
Props
Detail:
Props