From 10d8035d95d02f5cab3ad4e476be16f0376d1a4e Mon Sep 17 00:00:00 2001 From: yaegassy Date: Mon, 12 Feb 2024 20:10:27 +0900 Subject: [PATCH] chore(docs): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18435c4..753d98f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ You can auto-complete by typing `@`. - `blade.bladeFormatter.optNoPhpSyntaxCheck`: Disable PHP syntax check. Enabling this will suppress PHP syntax error reporting, default: `false` - `blade.bladeFormatter.optNoSingleQuote`: Use double quotes instead of single quotes for php expression, default: `false` - `blade.bladeFormatter.optWrapAttributesMinAttrs`: Minimum number of html tag attributes for force wrap attribute options. Wrap the first attribute only if 'force-expand-multiline' is specified in wrap attributes, valid type `integer` or `null`, default: `null` -- `blade.bladeFormatter.optIndentInnerHtml`: Indent `` and `` sections in html, default: `false` +- `blade.bladeFormatter.optIndentInnerHtml`: Indent `` and `` tag sections in html, default: `false` - `blade.bladeFormatter.optNoTrailingCommaPhp`: If set to true, no trailing commas are printed for php expression, default: `false` - `blade.bladeFormatter.optExtraLiners`: Comma separated list of tags that should have an extra newline before them, default: `[]` - `blade.bladeParserLint.enable`: Enable/Disable the linting feature using `stillat-blade-parser`, default: `true`