-
Notifications
You must be signed in to change notification settings - Fork 450
Closed
Description
Default value — false (no changes will be made).
Available (valid) values:
- Boolean true — 4 spaces
- Number n — {n} spaces
- String
^[ \t]+$
Examples:
"rule-indent": true
"rule-indent": 2
"rule-indent": "\t"Results:
/* true */
a {
color: red;
}
/* 2 */
a {
color: red;
}
/* \t */
a {
color: red;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels