We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9db9d commit c474219Copy full SHA for c474219
README.md
@@ -34,6 +34,8 @@ Example configuration:
34
{
35
"exclude": ["node_modules/**"],
36
"colon-space": true,
37
+ "rule-indent": true,
38
+ "block-indent": true,
39
"stick-brace": true,
40
"strip-spaces": true,
41
"always-semicolon": true
@@ -46,4 +48,6 @@ Run `npm test` for tests.
46
48
47
49
## Other projects
50
* https://github.com/senchalabs/cssbeautify
-* http://www.codebeautifier.com/
51
+* http://www.codebeautifier.com
52
+* https://github.com/css/gonzales
53
+* https://github.com/css/csso
0 commit comments