Fix missing space in "tomarkup"
This commit is contained in:
parent
9262b12bc3
commit
897c426f59
|
@ -407,7 +407,7 @@ Determines whether comments should be indented. (Supported by Pretty Diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
if indentation should be forcefully applied tomarkup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
|
if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
@ -5706,7 +5706,7 @@ Determines whether comments should be indented. (Supported by Pretty Diff)
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
if indentation should be forcefully applied tomarkup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
|
if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ module.exports = {
|
||||||
force_indentation:
|
force_indentation:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: false
|
default: false
|
||||||
description: "if indentation should be forcefully applied to\
|
description: "if indentation should be forcefully applied to \
|
||||||
markup even if it disruptively adds unintended whitespace \
|
markup even if it disruptively adds unintended whitespace \
|
||||||
to the documents rendered output"
|
to the documents rendered output"
|
||||||
convert_quotes:
|
convert_quotes:
|
||||||
|
|
Loading…
Reference in New Issue