minor #1203 Change wording of indentation coding standards (mdavis1982)
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Oct 2013 05:57:25 +0000 (07:57 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 2 Oct 2013 05:57:25 +0000 (07:57 +0200)
commitc579a8141477531ce2afd8a441aaccc11033f37d
treec9188951efd70fbce162a69215cdec35b0794860
parentf23031a8e5fc1eb077334baa010b965dcf3d6566
parent435e3b2a85c1415749565ed5a5430ba8850fdbc1
minor #1203 Change wording of indentation coding standards (mdavis1982)

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
-------

435e3b2 Update wording of the indentation coding standards documentation
09b58e1 Change wording of indentation coding standards