Skip to content

Commit

Permalink
Update description for support of enforceQuoteStyle setting with expe…
Browse files Browse the repository at this point in the history
…rimental formatter

Signed-off-by: Jessica He <[email protected]>
  • Loading branch information
JessicaJHee authored and datho7561 committed Jul 14, 2022
1 parent faaac4e commit c138e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/Formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ will be formatted to:

No changes to quotes will occur during formatting if `xml.format.enforceQuoteStyle` is set to `ignore`.

**Not supported by the experimental formatter.**

***

### xml.format.preserveAttributeLineBreaks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"Ignore quote style formatting."
],
"default": "ignore",
"markdownDescription": "Enforce `preferred` quote style (set by `#xml.preferences.quoteStyle#`) or `ignore` quote style when formatting. Default is `ignore`. Not supported by the experimental formatter. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatenforcequotestyle%22%7D%5D) for more information.",
"markdownDescription": "Enforce `preferred` quote style (set by `#xml.preferences.quoteStyle#`) or `ignore` quote style when formatting. Default is `ignore`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatenforcequotestyle%22%7D%5D) for more information.",
"scope": "window"
},
"xml.format.experimental": {
Expand Down

0 comments on commit c138e50

Please sign in to comment.