Class: PugBeautify
Defined in: | src/beautifiers/pug-beautify.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"Pug Beautify"
- link =
-
"https://github.com/vingorius/pug-beautify"
- options =
-
{ /* Apply these options first / globally, for all languages */ Jade: { fill_tab: [ 'indent_char', function(indent_char) { return indent_char === "\t"; } ], omit_div: true, tab_size: "indent_size" } }
Variable inherited from Beautifier
Promise name options languages beautify _envCache _envCacheDate _envCacheExpiry logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#deprecate #tempFile #readFile #findFile #getShellEnvironment #which #commandNotFoundError #run #spawn #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)