Skip to content

Commit c486bb5

Browse files
committed
README: stick-brace
1 parent cea384a commit c486bb5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,23 @@ a {
193193
margin:0 }
194194
```
195195
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+
196213
## Tests
197214
198215
Run `npm test` for tests.

0 commit comments

Comments
 (0)