MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: netwave (1071)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/netwave/.vscode-server/extensions/apility.beautify-blade-1.0.1/.github/ISSUE_TEMPLATE.md
* **Operating System (+Version)**:
* **VS Code Version**:
* **beautify Version**:

**NOTE:** Please provide code snippets instead of screen shots. Your issue needs to be replicated, and we need the failing code (text) to do this.

Provide the settings you use:
(VS Code workspace and user settings, .jsbeautifyrc, .editorconfig)
eg.:
VS Code:
```javascript
{
	"editor.formatOnSave": true
}
```
.jsbeautifyrc
```javascript
{
	"max_preserve_newlines": 2,
	"preserve_newlines": true,
	"end_with_newline": true,
	"brace_style": "collapse-preserve-inline",
}
```
## Action performed
Format javascript file with `Blade.beautifyFile` command
_provide example code_

## Expected results
Expected ... to ...
_provide example (expected) output_

## Actual results
Details of what happened ...
_provide example (actual) output_