Support for additional wrap attributes options of js-beautify (html): force-aligned and force-expand-multiline.
This commit is contained in:
parent
cdb52a873d
commit
e61868f1ec
|
@ -56,8 +56,8 @@ module.exports = {
|
|||
wrap_attributes:
|
||||
type: 'string'
|
||||
default: "auto"
|
||||
enum: ["auto", "force"]
|
||||
description: "Wrap attributes to new lines [auto|force]"
|
||||
enum: ["auto", "force", "force-aligned", "force-expand-multiline"]
|
||||
description: "Wrap attributes to new lines [auto|force|force-aligned|force-expand-multiline]"
|
||||
wrap_attributes_indent_size:
|
||||
type: 'integer'
|
||||
default: defaultIndentSize
|
||||
|
|
Loading…
Reference in New Issue