js-beautify/js/config
Liam Newman e60611044b Add templating language config option
1.9.x added better support for templating and turned it on for
Javascript by default. This caused formatting problems for code bases that
included template markers inside strings.

This change adds a templating option to control which languages are
recognized.  This setting defaults to "auto".  For JavaScript
"auto" means no templating languages, for HTML (and embedded script),
"auto" means all of them.  This basically preserves the existing
behavior before 1.9.x.

Fixes #1647
2019-04-30 10:11:52 -07:00
..
defaults.json Add templating language config option 2019-04-30 10:11:52 -07:00