An extension to automatically add spacing to blade templating markers.
Supports the following tags:
{{ }}
{!! !!}
{{-- --}}
{% %}
{# #}
{!! !!}
, {{-- --}}
, {% %}
, or {# #}
tags doesn't workThe extension can be configured by adding the following settings to your settings.json
file:
The extension includes support for Twig templates ({% %}
and {# #}
) out of the box, but can be disabled by adding the following setting to your settings.json
file:
"bladeSpacer.enableTwig": false,
See the changelog for more information.