<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#c3">Comment # 3</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:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=149197#c2">comment #2</a>)
<span class="quote">&gt; Just so I understand, we want to have it such that new CSS styles that are
&gt; added follow the same indentation of existing CSS, but remove any
&gt; leading/trailing whitespace and extra newlines in the middle.  So it would
&gt; format
&gt; 
&gt; body {
&gt;     color: red;
&gt; 
&gt;     background-color: black;
&gt; 
&gt; }
&gt; 
&gt; into the style declaration with the following formatting:
&gt; 
&gt; body {
&gt;     color: red;
&gt;     background-color: black;
&gt; }</span >

Yep! In the sidebar I don't expect extra newlines in the middle if the editor is not focused. Preserving newlines in the actual StyleSheet's text would be nice, but I don't think we do that now so its fine if we reformat that a little.</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>