Skip to content

Commit 69e5c0e

Browse files
authored
Update mustache-spacing.md
1 parent f618cdb commit 69e5c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/mustache-spacing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ This rule aims at enforcing unified spacing in mustaches.
8080
}
8181
```
8282

83-
- `"never"` ... Expect one space between token and curly brackets. This is default.
84-
- `"always"` ... Expect no spaces between token and curly brackets. This is default.
83+
- `"never"` ... Expect no spaces between token and curly brackets. This is default.
84+
- `"always"` ... Expect one space between token and curly brackets.
8585
- `"always-after-expression"` ... Expect one space between expression and closing curly brackets, if the expression before the closing curly bracket.
8686
- `textExpressions` ... Enforces the style of the mustache for the text expressions. e.g. `{text}`.
8787
- `attributesAndProps` ... Enforces the style of the mustache for the attributes and props. e.g. `<input value={text}`.

0 commit comments

Comments
 (0)