Add JSBeautify extra_liners option in Settings View

This commit is contained in:
Florian Lefèvre 2015-09-08 21:55:25 +02:00
parent b7ea432cea
commit 7c2ca2d647
1 changed files with 6 additions and 0 deletions

View File

@ -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."
}