Skip to content

Commit e050eaa

Browse files
committed
Fixed example with \n\t\t
1 parent ce4cbc4 commit e050eaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ a { color:red }
9898
a { color: red }
9999
```
100100
101-
Example: `{ "colon-space": ":\n " }`
101+
Example: `{ "colon-space": ":\n\t\t" }`
102102
103103
```css
104104
/* before */
105105
a {
106-
color: red;
106+
color: red;
107107
}
108108

109109
/* after */
110110
a {
111-
color:
112-
red;
111+
color:
112+
red;
113113
}
114114
```
115115

0 commit comments

Comments
 (0)