Regenerate Documentation
This commit is contained in:
parent
0d3649a9f7
commit
62c16eef9c
|
@ -144,7 +144,7 @@ See [all supported options in the documentation at `docs/options.md`](docs/opti
|
||||||
| Lua | `Lua` |`.lua` | [`Lua beautifier`](https://www.perl.org/) (Default) |
|
| Lua | `Lua` |`.lua` | [`Lua beautifier`](https://www.perl.org/) (Default) |
|
||||||
| Markdown | `GitHub Markdown` |`.markdown`, `.md` | [`Remark`](https://github.com/wooorm/remark), [`Tidy Markdown`](https://github.com/slang800/tidy-markdown) (Default) |
|
| Markdown | `GitHub Markdown` |`.markdown`, `.md` | [`Remark`](https://github.com/wooorm/remark), [`Tidy Markdown`](https://github.com/slang800/tidy-markdown) (Default) |
|
||||||
| Marko | `Marko` |`.marko` | [`Marko Beautifier`](https://github.com/marko-js/marko-prettyprint) (Default) |
|
| Marko | `Marko` |`.marko` | [`Marko Beautifier`](https://github.com/marko-js/marko-prettyprint) (Default) |
|
||||||
| Mustache | `HTML (Mustache)` |`.mustache` | [`JS Beautify`](https://github.com/beautify-web/js-beautify) (Default) |
|
| Mustache | `HTML (Mustache)` |`.mustache` | [`JS Beautify`](https://github.com/beautify-web/js-beautify) (Default), [`Pretty Diff`](https://github.com/prettydiff/prettydiff) |
|
||||||
| Nunjucks | `Nunjucks`, `Nunjucks Templates`, `HTML (Nunjucks Templates)` |`.njk`, `.nunjucks` | [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) |
|
| Nunjucks | `Nunjucks`, `Nunjucks Templates`, `HTML (Nunjucks Templates)` |`.njk`, `.nunjucks` | [`Pretty Diff`](https://github.com/prettydiff/prettydiff) (Default) |
|
||||||
| Objective-C | `Objective-C`, `Objective-C++` |`.m`, `.mm`, `.h` | [`Uncrustify`](https://github.com/uncrustify/uncrustify) (Default), [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) |
|
| Objective-C | `Objective-C`, `Objective-C++` |`.m`, `.mm`, `.h` | [`Uncrustify`](https://github.com/uncrustify/uncrustify) (Default), [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) |
|
||||||
| OCaml | `OCaml` |`.ml` | [`ocp-indent`](https://www.typerex.org/ocp-indent.html) (Default) |
|
| OCaml | `OCaml` |`.ml` | [`ocp-indent`](https://www.typerex.org/ocp-indent.html) (Default) |
|
||||||
|
|
|
@ -8047,26 +8047,26 @@ Maximum characters per line (0 disables) (Supported by Marko Beautifier)
|
||||||
|
|
||||||
#### [Mustache](#mustache)
|
#### [Mustache](#mustache)
|
||||||
|
|
||||||
**Supported Beautifiers**: [`JS Beautify`](#js-beautify)
|
**Supported Beautifiers**: [`JS Beautify`](#js-beautify) [`Pretty Diff`](#pretty-diff)
|
||||||
|
|
||||||
| Option | JS Beautify |
|
| Option | JS Beautify | Pretty Diff |
|
||||||
| --- | --- |
|
| --- | --- | --- |
|
||||||
| `disabled` | :white_check_mark: |
|
| `disabled` | :white_check_mark: | :white_check_mark: |
|
||||||
| `default_beautifier` | :white_check_mark: |
|
| `default_beautifier` | :white_check_mark: | :white_check_mark: |
|
||||||
| `beautify_on_save` | :white_check_mark: |
|
| `beautify_on_save` | :white_check_mark: | :white_check_mark: |
|
||||||
| `brace_style` | :white_check_mark: |
|
| `brace_style` | :white_check_mark: | :x: |
|
||||||
| `end_with_newline` | :white_check_mark: |
|
| `end_with_newline` | :white_check_mark: | :x: |
|
||||||
| `extra_liners` | :white_check_mark: |
|
| `extra_liners` | :white_check_mark: | :x: |
|
||||||
| `indent_char` | :white_check_mark: |
|
| `indent_char` | :white_check_mark: | :white_check_mark: |
|
||||||
| `indent_inner_html` | :white_check_mark: |
|
| `indent_inner_html` | :white_check_mark: | :x: |
|
||||||
| `indent_scripts` | :white_check_mark: |
|
| `indent_scripts` | :white_check_mark: | :x: |
|
||||||
| `indent_size` | :white_check_mark: |
|
| `indent_size` | :white_check_mark: | :white_check_mark: |
|
||||||
| `max_preserve_newlines` | :white_check_mark: |
|
| `max_preserve_newlines` | :white_check_mark: | :x: |
|
||||||
| `preserve_newlines` | :white_check_mark: |
|
| `preserve_newlines` | :white_check_mark: | :white_check_mark: |
|
||||||
| `unformatted` | :white_check_mark: |
|
| `unformatted` | :white_check_mark: | :x: |
|
||||||
| `wrap_attributes` | :white_check_mark: |
|
| `wrap_attributes` | :white_check_mark: | :x: |
|
||||||
| `wrap_attributes_indent_size` | :white_check_mark: |
|
| `wrap_attributes_indent_size` | :white_check_mark: | :x: |
|
||||||
| `wrap_line_length` | :white_check_mark: |
|
| `wrap_line_length` | :white_check_mark: | :white_check_mark: |
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
|
@ -8097,7 +8097,7 @@ Disable Mustache Beautification
|
||||||
|
|
||||||
**Type**: `string`
|
**Type**: `string`
|
||||||
|
|
||||||
**Enum**: `JS Beautify`
|
**Enum**: `JS Beautify` `Pretty Diff`
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
|
@ -8219,11 +8219,11 @@ List of tags (defaults to [head,body,/html] that should have an extra newline be
|
||||||
|
|
||||||
**Type**: `string`
|
**Type**: `string`
|
||||||
|
|
||||||
**Supported Beautifiers**: [`JS Beautify`](#js-beautify)
|
**Supported Beautifiers**: [`JS Beautify`](#js-beautify) [`Pretty Diff`](#pretty-diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
Indentation character (Supported by JS Beautify)
|
Indentation character (Supported by JS Beautify, Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
@ -8297,11 +8297,11 @@ Indent <head> and <body> sections. (Supported by JS Beautify)
|
||||||
|
|
||||||
**Type**: `integer`
|
**Type**: `integer`
|
||||||
|
|
||||||
**Supported Beautifiers**: [`JS Beautify`](#js-beautify)
|
**Supported Beautifiers**: [`JS Beautify`](#js-beautify) [`Pretty Diff`](#pretty-diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
Indentation size/length (Supported by JS Beautify)
|
Indentation size/length (Supported by JS Beautify, Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
@ -8349,11 +8349,11 @@ Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
|
||||||
|
|
||||||
**Type**: `boolean`
|
**Type**: `boolean`
|
||||||
|
|
||||||
**Supported Beautifiers**: [`JS Beautify`](#js-beautify)
|
**Supported Beautifiers**: [`JS Beautify`](#js-beautify) [`Pretty Diff`](#pretty-diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
Preserve line-breaks (Supported by JS Beautify)
|
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
@ -8522,11 +8522,11 @@ Indent wrapped attributes to after N characters (Supported by JS Beautify)
|
||||||
|
|
||||||
**Type**: `integer`
|
**Type**: `integer`
|
||||||
|
|
||||||
**Supported Beautifiers**: [`JS Beautify`](#js-beautify)
|
**Supported Beautifiers**: [`JS Beautify`](#js-beautify) [`Pretty Diff`](#pretty-diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
Maximum characters per line (0 disables) (Supported by JS Beautify)
|
Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue