Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2, 10.0
-
None
Description
When I try to format CSS code which looks like this:
.animateColor {background: green;}
It will not expand the expand/beautify it.
Expected behaviour is this:
.animateColor {
background: green;
}
indented and formatted based on the rules from the options.
Attachments
Issue Links
- is duplicated by
-
NETBEANS-1646 Formatting options for CSS
- Closed
-
NETBEANS-1645 Adding real formatting/beautifier for LESS and SCSS
- Resolved
- links to