Add JSBeautify extra_liners option in Settings View
This commit is contained in:
parent
b7ea432cea
commit
7c2ca2d647
|
@ -82,5 +82,11 @@ module.exports = {
|
|||
type: 'boolean'
|
||||
default: false
|
||||
description: "End output with newline"
|
||||
extra_liners:
|
||||
type: 'array'
|
||||
default: ['head', 'body', '/html']
|
||||
items:
|
||||
type: 'string'
|
||||
description: "List of tags (defaults to [head,body,/html] that should have an extra newline before them."
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue