# The First Prettier Plugin For Twig is Here

DevFeed: [The First Prettier Plugin For Twig is Here](<https://devfeed.tech/articles/the-first-prettier-plugin-for-twig-is-here-27988.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2020-03-10-thefirstprettierpluginfortwigishere/>)

Author: Tom Bartel

Published: 2020-03-10T00:00:00Z

Content type: article

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [Prettier](<https://devfeed.tech/topics/prettier.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Symfony](<https://devfeed.tech/topics/symfony.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [code-reviews](<https://devfeed.tech/tags/code-reviews.md>), [cognitive-load](<https://devfeed.tech/tags/cognitive-load.md>), [formatting](<https://devfeed.tech/tags/formatting.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

## AI overview

trivago open sourced a Prettier plugin for the Twig template language under the Apache 2.0 license. The article explains that the plugin formats Twig templates consistently and is being used in trivago's core product, reducing manual formatting and related code-review discussion.

## Source excerpt

trivago open sourced a Prettier plugin for the Twig template language. It is available under the Apache 2.0 license, and you can access it on trivago's Github space.The trivago core p...