Add preserve-aligned to the UI settings for html.format.wrapAttributes. Fixes #66644

This commit is contained in:
Martin Aeschlimann
2019-01-28 23:49:54 +01:00
parent 71ee61ef2d
commit 89275bcf59
2 changed files with 8 additions and 2 deletions

View File

@@ -117,14 +117,18 @@
"force",
"force-aligned",
"force-expand-multiline",
"aligned-multiple"
"aligned-multiple",
"preserve",
"preserve-aligned"
],
"enumDescriptions": [
"%html.format.wrapAttributes.auto%",
"%html.format.wrapAttributes.force%",
"%html.format.wrapAttributes.forcealign%",
"%html.format.wrapAttributes.forcemultiline%",
"%html.format.wrapAttributes.alignedmultiple%"
"%html.format.wrapAttributes.alignedmultiple%",
"%html.format.wrapAttributes.preserve%",
"%html.format.wrapAttributes.preservealigned%"
],
"description": "%html.format.wrapAttributes.desc%"
},