-
Notifications
You must be signed in to change notification settings - Fork 31
Open
AntoniRokitnicki/AdvancedExpressionFolding
#754Description
I'm experiencing issues possibly related to curly braces being on a new line instead of in the same line. For example:
for (int i = 0; i < colorSequence.length; i++)
{
Color color = colorSequence[i];
bean.setRGBColor(i, color.getRed(), color.getGreen(), color.getBlue(), token);
}is folded to
for val (i = 0; i < colorSequence.length; i++)
{
Color color : colorSequence) {
bean.setRGBColor(i, color.getRed(), color.getGreen(), color.getBlue(), token);
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels