Skip to content

Commit c474219

Browse files
committed
README: new rules and links
1 parent 8c9db9d commit c474219

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Example configuration:
3434
{
3535
"exclude": ["node_modules/**"],
3636
"colon-space": true,
37+
"rule-indent": true,
38+
"block-indent": true,
3739
"stick-brace": true,
3840
"strip-spaces": true,
3941
"always-semicolon": true
@@ -46,4 +48,6 @@ Run `npm test` for tests.
4648

4749
## Other projects
4850
* https://github.com/senchalabs/cssbeautify
49-
* http://www.codebeautifier.com/
51+
* http://www.codebeautifier.com
52+
* https://github.com/css/gonzales
53+
* https://github.com/css/csso

0 commit comments

Comments
 (0)