Skip to content

Commit

Permalink
added closingTagNewLine formatting option to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Chen committed Jun 15, 2021
1 parent dd99f92 commit 183871b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@
"default": 2,
"markdownDescription": "How many levels to indent the attributes by when `#xml.format.splitAttributes#` is `true`. Default value is `2`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatsplitattributesindentsize%22%7D%5D) for more information"
},
"xml.format.closingTagNewLine": {
"type": "boolean",
"default": false,
"markdownDescription": "The option to put a closing tag on a newline when `#xml.format.splitAttributes#` is `true`. Default value is `true` See [here]() for more information."
},
"xml.preferences.quoteStyle": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 183871b

Please sign in to comment.