File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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} ` .
You can’t perform that action at this time.
0 commit comments