vscode-blade-formatter
vscode-blade-formatter copied to clipboard
[Feature]: multi-line comments cleanup
Description
Add the formatter ability to remove extra whitespace at the end of lines within a multiline Blade comment.
Suggested Solution
Example source (line 2 has extra whitespace at the end):
{{--
comment line 1
comment line 2
comment line 3
--}}
Expected result:
{{--
comment line 1
comment line 2
comment line 3
--}}
Ideally, this would be default behavior for the formatter.
Indenting multi-line comments would also be nice to have, maybe as a further option. Expected result:
{{--
comment line 1
comment line 2
comment line 3
--}}
Alternatives
No response
Additional Context
No response
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days