mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add preserve-aligned to the UI settings for html.format.wrapAttributes. Fixes #66644
This commit is contained in:
@@ -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%"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user