beautify: recognize the end of a condition
This commit is contained in:
parent
79c93ce54a
commit
f6f6a7814f
|
@ -468,6 +468,7 @@
|
|||
// when entering conditional groups, only rulesets are allowed
|
||||
if (enteringConditionalGroup) {
|
||||
enteringConditionalGroup = false;
|
||||
insidePropertyValue = false;
|
||||
insideConditionalGroup = true;
|
||||
insideRule = (indentLevel > nestedLevel);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user