Skip to content

Commit a4a439f

Browse files
NikolasKomonenfbricon
authored andcommitted
PreserveEmptyContent preference client
Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
1 parent 2096b67 commit a4a439f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@
100100
"description": "Join lines in a CDATA tag's content",
101101
"scope": "window"
102102
},
103-
"xml.format.joinContentLines": {
104-
"type": "boolean",
105-
"default": false,
106-
"description": "Join lines in an element's content",
107-
"scope": "window"
108-
},
109103
"xml.format.joinCommentLines": {
110104
"type": "boolean",
111105
"default": false,
@@ -118,6 +112,12 @@
118112
"description": "Insert space before end of self closing tag. \nExample:\n <tag/> -> <tag />",
119113
"scope": "window"
120114
},
115+
"xml.format.preserveEmptyContent": {
116+
"type": "boolean",
117+
"default": false,
118+
"description": "Preserve empty content/whitespace in a tag.",
119+
"scope": "window"
120+
},
121121
"xml.format.enabled": {
122122
"type": "boolean",
123123
"default": true,

0 commit comments

Comments
 (0)