mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
merged branch aerialls/patch-1 (PR #585)
Commits
-------
3c934f4 Update doc/coding_standards.rst
Discussion
----------
Update doc/coding_standards.rst
This commit is contained in:
@@ -56,7 +56,7 @@ standards:
|
||||
{{ foo|upper|lower }}
|
||||
{{ user.name }}
|
||||
{{ user[name] }}
|
||||
{% for in in 1..12 %}{% endfor %}
|
||||
{% for i in 1..12 %}{% endfor %}
|
||||
|
||||
* Do not put any spaces before and after the parenthesis used for filter and
|
||||
function calls:
|
||||
|
||||
Reference in New Issue
Block a user