File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 ,
118112 "description" : " Insert space before end of self closing tag. \n Example:\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 ,
You can’t perform that action at this time.
0 commit comments