From 69e5c0e881cbab50173cc5cb3140755f18624d93 Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Sun, 1 Oct 2023 17:59:02 +0900 Subject: [PATCH] Update mustache-spacing.md --- docs/rules/mustache-spacing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rules/mustache-spacing.md b/docs/rules/mustache-spacing.md index 2bcef769c..8482c4cbe 100644 --- a/docs/rules/mustache-spacing.md +++ b/docs/rules/mustache-spacing.md @@ -80,8 +80,8 @@ This rule aims at enforcing unified spacing in mustaches. } ``` -- `"never"` ... Expect one space between token and curly brackets. This is default. -- `"always"` ... Expect no spaces between token and curly brackets. This is default. +- `"never"` ... Expect no spaces between token and curly brackets. This is default. +- `"always"` ... Expect one space between token and curly brackets. - `"always-after-expression"` ... Expect one space between expression and closing curly brackets, if the expression before the closing curly bracket. - `textExpressions` ... Enforces the style of the mustache for the text expressions. e.g. `{text}`. - `attributesAndProps` ... Enforces the style of the mustache for the attributes and props. e.g. `