Skip to content

Commit 9be5ccf

Browse files
committed
Config options alphabetically sorted
1 parent 0d26e04 commit 9be5ccf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.csscomb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
".git/**",
44
"node_modules/**"
55
],
6+
"always-semicolon": true,
7+
"block-indent": true,
68
"colon-space": true,
79
"color-case": "lower",
810
"color-shorthand": true,
911
"leading-zero": false,
1012
"rule-indent": true,
11-
"block-indent": true,
1213
"stick-brace": "\n",
1314
"strip-spaces": true,
1415
"unitless-zero": true,
15-
"always-semicolon": true,
1616
"sort-order": [
1717
[
1818
"font",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ Example configuration:
3434
```json
3535
{
3636
"exclude": ["node_modules/**"],
37+
"always-semicolon": true,
38+
"block-indent": true,
3739
"colon-space": true,
3840
"color-case": "lower",
3941
"color-shorthand": true,
4042
"leading-zero": false,
4143
"rule-indent": true,
42-
"block-indent": true,
4344
"stick-brace": true,
4445
"strip-spaces": true,
45-
"unitless-zero": true,
46-
"always-semicolon": true
46+
"unitless-zero": true
4747
}
4848
```
4949

0 commit comments

Comments
 (0)