@@ -61,7 +61,7 @@ Example configuration:
6161
6262# ## verbose
6363
64- Available value: ` {Boolean}` true
64+ Available value: ` {Boolean}` ` true`
6565
6666Config mode: ` { " verbose" : true }`
6767` ` ` bash
@@ -80,7 +80,7 @@ $ ./bin/csscomb ./test -v
8080
8181# ## always-semicolon
8282
83- Available value: ` {Boolean}` true
83+ Available value: ` {Boolean}` ` true`
8484
8585Example: ` { " always-semicolon" : true }`
8686
@@ -97,9 +97,9 @@ a { color: red; }
9797** Note** : better to use with [rule-indent](# rule-indent)
9898
9999Available values:
100- * ` {Boolean}` true (means 4 spaces)
100+ * ` {Boolean}` ` true` (means 4 spaces)
101101 * ` {Number}` of spaces
102- * ` {String}` of whitespace characters (` /[ \t ]* /` )
102+ * ` {String}` of whitespace characters (` /[ \t ]+ /` )
103103
104104Example: ` { " block-indent" : 2 }`
105105
@@ -120,7 +120,7 @@ a { color: red
120120# ## colon-space
121121
122122Available values:
123- * ` {Boolean}` true (means ` after` )
123+ * ` {Boolean}` ` true` (means ` after` )
124124 * ` {String}` : ` before` , ` after` , ` both` or any combination of whitespaces
125125 and/or a colon (` ` , ` : ` , ` \t :\n\t ` etc.)
126126
@@ -270,9 +270,9 @@ p { padding: .5em }
270270** Note** : better to use with [block-indent](# block-indent)
271271
272272Available values:
273- * ` {Boolean}` true (means 4 spaces)
273+ * ` {Boolean}` ` true` (means 4 spaces)
274274 * ` {Number}` of spaces
275- * ` {String}` of whitespace characters (` /[ \t ]* /` )
275+ * ` {String}` of whitespace characters (` /[ \t ]+ /` )
276276
277277Example: ` { " rule-indent" : 2 }`
278278
334334# ## stick-brace
335335
336336Available values:
337- * ` {Boolean}` true (means 1 spaces)
338- * ` {String}` of whitespace characters (` /[ \t\n ]* /` )
337+ * ` {Boolean}` ` true` (means 1 space)
338+ * ` {Number}` of spaces
339+ * ` {String}` of whitespace characters (` /[ \t\n ]+/` )
339340
340341Example: ` { " stick-brace" : " \n" }`
341342
350351
351352# ## strip-spaces
352353
353- Available value: ` {Boolean}` true
354+ Available value: ` {Boolean}` ` true`
354355
355356Example: ` { " strip-spaces" : true }`
356357
0 commit comments