Add Prettier for Twig and Tailwind CSS to improve coding standards
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3556548. -->
Reported by: [galactus86](https://www.drupal.org/user/1203916)
Related to !110
>>>
<p>Per a suggestion from <a href="https://www.drupal.org/u/balintbrews">https://www.drupal.org/u/balintbrews</a> - adding Prettier and related dependencies to improve coding standards, make spacing consistent.</p>
<p><a href="https://github.com/zackad/prettier-plugin-twig">Prettier plugin twig<br>
</a><br>
<a href="https://github.com/tailwindlabs/prettier-plugin-tailwindcss">Prettier plugin tailwindcss</a></p>
<p>We may need to provide setup guidance for IDEs</p>
<pre> "prettier.prettierPath": "./node_modules/prettier",<br> "[twig]": {<br> "editor.defaultFormatter": "esbenp.prettier-vscode"<br> },<br> "[css]": {<br> "editor.defaultFormatter": "esbenp.prettier-vscode"<br> },<br> "prettier.plugins": ["prettier-plugin-tailwindcss"],<br> "tailwindFunctions": [<br> "hg",<br> "hg()",<br> ],</pre>
issue