projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
09b58e1
)
Update wording of the indentation coding standards documentation
author
Matthew Davis
<matt@mattdavis.co.uk>
Fri, 27 Sep 2013 15:32:11 +0000 (16:32 +0100)
committer
Matthew Davis
<matt@mattdavis.co.uk>
Fri, 27 Sep 2013 15:32:11 +0000 (16:32 +0100)
doc/coding_standards.rst
patch
|
blob
|
history
diff --git
a/doc/coding_standards.rst
b/doc/coding_standards.rst
index
2d6d8e5
..
f435df4
100644
(file)
--- a/
doc/coding_standards.rst
+++ b/
doc/coding_standards.rst
@@
-90,7
+90,7
@@
standards:
{% set foo_bar = 'foo' %}
* Indent your code inside tags (use the same indentation as the one used for
- the main language of the project):
+ the target language of the rendered template):
.. code-block:: jinja