[Webkit-unassigned] [Bug 149197] REGRESSION(r188427): Web Inspector: Extra whitespace left behind in styles sidebar after clicking in and out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 19:58:03 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149197

--- Comment #2 from Devin Rousso <dcrousso+webkit at gmail.com> ---
Just so I understand, we want to have it such that new CSS styles that are added follow the same indentation of existing CSS, but remove any leading/trailing whitespace and extra newlines in the middle.  So it would format

body {
    color: red;

    background-color: black;

}

into the style declaration with the following formatting:

body {
    color: red;
    background-color: black;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150916/14ec45ed/attachment.html>


More information about the webkit-unassigned mailing list