Class: Prettier
Defined in: | src/beautifiers/prettier.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"Prettier"
- link =
-
"https://github.com/prettier/prettier"
- options =
-
{ _: { tabWidth: "indent_size", useTabs: [ "indent_with_tabs", "indent_char", function(indent_with_tabs, indent_char) { return (indent_with_tabs === true) || (indent_char === "\t"); } ] }, JavaScript: { bracketSpacing: "object_curly_spacing" }, TypeScript: false, CSS: false, LESS: false, SCSS: false, Vue: false, JSON: false, Markdown: false }
Variable inherited from Beautifier
Promise name options executables _exe languages beautify logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options, context)