Добавлен tidy для форматирования

This commit is contained in:
2019-06-14 12:53:23 +03:00
parent 8210141951
commit 2116dd9dcd
6 changed files with 35 additions and 61 deletions

View File

@ -12,8 +12,7 @@ class SculpinKernel extends AbstractKernel
return [
TwigExtensionBundle::class,
SiteMapBundle::class,
// Выключен - некорректно форматирует блоки <code>
// HtmlPrettierBundle::class,
HtmlPrettierBundle::class,
];
}
}