mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 20:59:43 +00:00
Merge branch 'master' into smarty-templating
This commit is contained in:
commit
4342c323b2
13
.github/ISSUE_TEMPLATE/beautification-problem.md
vendored
13
.github/ISSUE_TEMPLATE/beautification-problem.md
vendored
@ -5,11 +5,12 @@ about: You tried using the beautifier and the resulting format was not what you
|
||||
---
|
||||
|
||||
# Description
|
||||
> This is the default template for bug reports
|
||||
>
|
||||
> NOTE:
|
||||
> * Do not include screenshots! This library is a text processor, we need text inputs and outputs for debugging and fixing issues.
|
||||
> * Check the list of open issues before filing a new issue.
|
||||
<!--
|
||||
This is the default template for bug reports
|
||||
NOTE:
|
||||
* Do not include screenshots! This library is a text processor, we need text inputs and outputs for debugging and fixing issues.
|
||||
* Check the list of open issues before filing a new issue.
|
||||
<!--
|
||||
|
||||
# Input
|
||||
The code looked like this before beautification:
|
||||
@ -37,6 +38,7 @@ OS:
|
||||
|
||||
|
||||
## Settings
|
||||
<!--
|
||||
Example:
|
||||
```json
|
||||
{
|
||||
@ -58,3 +60,4 @@ Example:
|
||||
"wrap_line_length": 0
|
||||
}
|
||||
```
|
||||
-->
|
||||
|
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -5,12 +5,12 @@ about: You want new functionality added to the beautifier
|
||||
---
|
||||
|
||||
# Description
|
||||
> This is the default template for feature requests.
|
||||
>
|
||||
> NOTE:
|
||||
> * Do not include screenshots! This library is a text processor, we need text inputs and outputs for debugging and fixing issues.
|
||||
> * Check the list of open issues before filing a new issue.
|
||||
|
||||
<!--
|
||||
This is the default template for feature requests.
|
||||
NOTE:
|
||||
* Do not include screenshots! This library is a text processor, we need text inputs and outputs for debugging and fixing issues.
|
||||
* Check the list of open issues before filing a new issue.
|
||||
-->
|
||||
|
||||
# Input
|
||||
With this new feature, when I give like this input:
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -2416,9 +2416,9 @@
|
||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"ini": {
|
||||
"version": "1.3.5",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
|
||||
"version": "1.3.7",
|
||||
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.7.tgz",
|
||||
"integrity": "sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ=="
|
||||
},
|
||||
"interpret": {
|
||||
"version": "1.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user