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