p4ulypops / jquery-clean

Automatically exported from code.google.com/p/jquery-clean
0 stars 0 forks source link

Select and Options formatting #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The select and option tag are both considered inline and are not formatted as a 
result

Need a more sophisticated way of deciding what to format

<select><option>One</option><option>Two</option></select>

=>

<select>
  <option>One</option>
  <option>Two</option>
</select>

Original issue reported on code.google.com by antixsof...@gmail.com on 11 Jul 2013 at 12:08

GoogleCodeExporter commented 9 years ago
formatting now supports this

Original comment by antixsof...@gmail.com on 11 Jul 2013 at 12:47