added v2-clarification in desc
This commit is contained in:
parent
267082dc33
commit
449d95b2ad
|
@ -9654,7 +9654,7 @@ Automatically beautify PHP files on save
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
allow risky rules to be applied! (Supported by PHP-CS-Fixer)
|
allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
@ -17466,7 +17466,7 @@ Add rule(s). i.e. line_ending,-full_opening_tag,@PSR2 (PHP-CS-Fixer 2 only) (Sup
|
||||||
|
|
||||||
**Description**:
|
**Description**:
|
||||||
|
|
||||||
allow risky rules to be applied! (Supported by PHP-CS-Fixer)
|
allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)
|
||||||
|
|
||||||
**Example `.jsbeautifyrc` Configuration**
|
**Example `.jsbeautifyrc` Configuration**
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ module.exports = {
|
||||||
type: 'string'
|
type: 'string'
|
||||||
default: "no"
|
default: "no"
|
||||||
enum: ["no", "yes"]
|
enum: ["no", "yes"]
|
||||||
description: "allow risky rules to be applied!"
|
description: "allow risky rules to be applied (PHP-CS-Fixer 2 only)"
|
||||||
phpcbf_path:
|
phpcbf_path:
|
||||||
title: "PHPCBF Path"
|
title: "PHPCBF Path"
|
||||||
type: 'string'
|
type: 'string'
|
||||||
|
|
|
@ -5860,7 +5860,7 @@
|
||||||
"no",
|
"no",
|
||||||
"yes"
|
"yes"
|
||||||
],
|
],
|
||||||
"description": "allow risky rules to be applied! (Supported by PHP-CS-Fixer)",
|
"description": "allow risky rules to be applied (PHP-CS-Fixer 2 only) (Supported by PHP-CS-Fixer)",
|
||||||
"beautifiers": [
|
"beautifiers": [
|
||||||
"PHP-CS-Fixer"
|
"PHP-CS-Fixer"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue