Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
8.2, 10.0
-
None
-
None
Description
When I try to format SCSS 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.
I guess this will happen for LESS too.
Attachments
Issue Links
- duplicates
-
NETBEANS-1644 Adding real formatting/beautifier for CSS
- Open