Merge branch 'master' into smarty-templating

This commit is contained in:
Liam Newman 2020-12-15 13:18:37 -08:00 committed by GitHub
commit 4342c323b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 14 deletions

View File

@ -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
}
```
-->

View File

@ -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
View File

@ -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",