Skip to content

Commit e169062

Browse files
committed
README: strip-spaces
1 parent c486bb5 commit e169062

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@ a
210210
{ color:red }
211211
```
212212
213+
### strip-spaces
214+
215+
Available value: `{Boolean}` true
216+
217+
Example: `{ "strip-spaces": true }`
218+
219+
Before: `a { color: red } \nb { font-weight: normal }`
220+
After: `a { color: red }\nb { font-weight: normal }\n`
221+
213222
## Tests
214223
215224
Run `npm test` for tests.

0 commit comments

Comments
 (0)