Исправлено поведение tidy
This commit is contained in:
parent
449c693eff
commit
63046dbc5d
@ -25,6 +25,8 @@ class HtmlPrettier implements EventSubscriberInterface
|
|||||||
public function formatHtml(SourceSetEvent $event): void
|
public function formatHtml(SourceSetEvent $event): void
|
||||||
{
|
{
|
||||||
$config = [
|
$config = [
|
||||||
|
'output-html' => true,
|
||||||
|
'drop-empty-elements' => false,
|
||||||
'indent' => true,
|
'indent' => true,
|
||||||
'wrap' => 120,
|
'wrap' => 120,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user