|
73 | 73 | "html.format.enable": { |
74 | 74 | "type": "boolean", |
75 | 75 | "default": true, |
76 | | - "description": "Enable/disable default HTML formatter (requires restart)" |
| 76 | + "description": "%html.format.enable.desc%" |
77 | 77 | }, |
78 | 78 | "html.format.wrapLineLength": { |
79 | 79 | "type": "integer", |
80 | 80 | "default": 120, |
81 | | - "description": "Maximum amount of characters per line (0 = disable)." |
| 81 | + "description": "%html.format.wrapLineLength.desc%" |
82 | 82 | }, |
83 | 83 | "html.format.unformatted": { |
84 | 84 | "type": [ |
85 | 85 | "string", |
86 | 86 | "null" |
87 | 87 | ], |
88 | 88 | "default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, pre, q, samp, script, select, small, span, strong, sub, sup, textarea, tt, var", |
89 | | - "description": "List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content." |
| 89 | + "description": "%html.format.unformatted.desc%" |
90 | 90 | }, |
91 | 91 | "html.format.indentInnerHtml": { |
92 | 92 | "type": "boolean", |
93 | 93 | "default": false, |
94 | | - "description": "Indent <head> and <body> sections." |
| 94 | + "description": "%html.format.indentInnerHtml.desc%" |
95 | 95 | }, |
96 | 96 | "html.format.preserveNewLines": { |
97 | 97 | "type": "boolean", |
98 | 98 | "default": true, |
99 | | - "description": "Whether existing line breaks before elements should be preserved. Only works before elements, not inside tags or for text." |
| 99 | + "description": "%html.format.preserveNewLines.desc%" |
100 | 100 | }, |
101 | 101 | "html.format.maxPreserveNewLines": { |
102 | 102 | "type": [ |
103 | 103 | "number", |
104 | 104 | "null" |
105 | 105 | ], |
106 | 106 | "default": null, |
107 | | - "description": "Maximum number of line breaks to be preserved in one chunk. Use 'null' for unlimited." |
| 107 | + "description": "%html.format.maxPreserveNewLines.desc%" |
108 | 108 | }, |
109 | 109 | "html.format.indentHandlebars": { |
110 | 110 | "type": "boolean", |
111 | 111 | "default": false, |
112 | | - "description": "Format and indent {{#foo}} and {{/foo}}." |
| 112 | + "description": "%html.format.indentHandlebars.desc%" |
113 | 113 | }, |
114 | 114 | "html.format.endWithNewline": { |
115 | 115 | "type": "boolean", |
116 | 116 | "default": false, |
117 | | - "description": "End with a newline." |
| 117 | + "description": "%html.format.endWithNewline.desc%" |
118 | 118 | }, |
119 | 119 | "html.format.extraLiners": { |
120 | 120 | "type": [ |
121 | 121 | "string", |
122 | 122 | "null" |
123 | 123 | ], |
124 | 124 | "default": "head, body, /html", |
125 | | - "description": "List of tags, comma separated, that should have an extra newline before them. 'null' defaults to \"head, body, /html\"." |
| 125 | + "description": "%html.format.extraLiners.desc%" |
126 | 126 | }, |
127 | 127 | "html.suggest.angular1": { |
128 | 128 | "type": "boolean", |
129 | 129 | "default": true, |
130 | | - "description": "Configures if the built-in HTML language support suggests Angular V1 tags and properties." |
| 130 | + "description": "%html.suggest.angular1.desc%" |
131 | 131 | }, |
132 | 132 | "html.suggest.ionic": { |
133 | 133 | "type": "boolean", |
134 | 134 | "default": true, |
135 | | - "description": "Configures if the built-in HTML language support suggests Ionic tags, properties and values." |
| 135 | + "description": "%html.suggest.ionic.desc%" |
136 | 136 | }, |
137 | 137 | "html.suggest.html5": { |
138 | 138 | "type": "boolean", |
139 | 139 | "default": true, |
140 | | - "description": "Configures if the built-in HTML language support suggests HTML5 tags, properties and values." |
| 140 | + "description": "%html.suggest.html5.desc%" |
141 | 141 | } |
142 | 142 | } |
143 | 143 | } |
|
0 commit comments