mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
c579a8141477531ce2afd8a441aaccc11033f37d
This PR was merged into the master branch. Discussion ---------- Change wording of indentation coding standards The documentation says to use indentation consistent with the main language of the **File**. But in a Twig template, that language is going to be Twig. This PR changes the wording to indicate that the indentation rules inside tags should be consistent with the main language of the **Project** Twig is being used within. ``` | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | none ``` Commits -------435e3b2Update wording of the indentation coding standards documentation09b58e1Change wording of indentation coding standards
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%