<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r188427): Web Inspector: Extra whitespace left behind in styles sidebar after clicking in and out"
   href="https://bugs.webkit.org/show_bug.cgi?id=149197#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r188427): Web Inspector: Extra whitespace left behind in styles sidebar after clicking in and out"
   href="https://bugs.webkit.org/show_bug.cgi?id=149197">bug 149197</a>
              from <span class="vcard"><a class="email" href="mailto:dcrousso+webkit&#64;gmail.com" title="Devin Rousso &lt;dcrousso+webkit&#64;gmail.com&gt;"> <span class="fn">Devin Rousso</span></a>
</span></b>
        <pre>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;
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>