Skip to content

Commit c202d54

Browse files
Preference to use double quotes on format. (#106)
Signed-off-by: Nikolas <nikolaskomonen@gmail.com>
1 parent 3aefc7d commit c202d54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@
124124
"description": "Enable/disable ability to format document",
125125
"scope": "window"
126126
},
127+
"xml.format.quotations": {
128+
"type": "string",
129+
"enum": [
130+
"doubleQuotes",
131+
"singleQuotes"
132+
],
133+
"default": "doubleQuotes",
134+
"description": "Which type of quotes to use for attribute values when formatting.",
135+
"scope": "window"
136+
},
127137
"xml.fileAssociations": {
128138
"type": "array",
129139
"default": [],

0 commit comments

Comments
 (0)