Tell me how twig can be configured so that there are no spaces and an empty string in the tags. Use {% - - %} is necessary for each line, and spaceless removes spaces only between tags, and in the tags themselves, if there is a tab in the code, the following occurs:
<p>" text"</p> Is it possible to customize twig so that there are no spaces?
PS The project is written in symfony2.