File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments