Add EJS options to JS Beautify
This commit is contained in:
parent
acfad3f7d0
commit
e0a01f4ed6
|
@ -11,6 +11,7 @@ module.exports = class JSBeautify extends Beautifier
|
||||||
Handlebars: true
|
Handlebars: true
|
||||||
Mustache: true
|
Mustache: true
|
||||||
JavaScript: true
|
JavaScript: true
|
||||||
|
EJS: true
|
||||||
JSON: true
|
JSON: true
|
||||||
CSS:
|
CSS:
|
||||||
indent_size: true
|
indent_size: true
|
||||||
|
|
Loading…
Reference in New Issue