fis3-postprocessor-html

3.0.1 • Public • Published

fis3-postprocessor-html

a html formatter of fis3 based on js-beautify

styled with prettier npm npm npm

install

npm install --global fis3-postprocessor-html

default options

{
  "indent_size": 2,
  "indent_char": " ",
  "eol": "\n",
  "indent_level": 0,
  "indent_with_tabs": false,
  "preserve_newlines": true,
  "max_preserve_newlines": 10,
  "jslint_happy": false,
  "space_after_anon_function": false,
  "brace_style": "collapse",
  "keep_array_indentation": false,
  "keep_function_indentation": false,
  "space_before_conditional": true,
  "break_chained_methods": false,
  "eval_code": false,
  "unescape_strings": false,
  "wrap_line_length": 0,
  "wrap_attributes": "auto",
  "wrap_attributes_indent_size": 4,
  "end_with_newline": false
}

NOTICE: this might change in future

links

license

MIT © fisker Cheung

Dependents (0)

Package Sidebar

Install

npm i fis3-postprocessor-html

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

4.91 kB

Total Files

4

Last publish

Collaborators

  • fisker