We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea384a commit c486bb5Copy full SHA for c486bb5
1 file changed
README.md
@@ -193,6 +193,23 @@ a {
193
margin:0 }
194
```
195
196
+### stick-brace
197
+
198
+Available values:
199
+ * `{Boolean}` true (means 1 spaces)
200
+ * `{String}` of whitespace characters (`/[ \t\n]*/`)
201
202
+Example: `{ "stick-brace": "\n" }`
203
204
+```css
205
+/* before */
206
+a { color:red }
207
208
+/* after */
209
+a
210
+{ color:red }
211
+```
212
213
## Tests
214
215
Run `npm test` for tests.
0 commit comments