projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d827c60
)
Change wording of indentation coding standards
author
Matthew Davis
<matt@mattdavis.co.uk>
Fri, 27 Sep 2013 14:57:10 +0000 (15:57 +0100)
committer
Matthew Davis
<matt@mattdavis.co.uk>
Fri, 27 Sep 2013 14:57:10 +0000 (15:57 +0100)
doc/coding_standards.rst
patch
|
blob
|
history
diff --git
a/doc/coding_standards.rst
b/doc/coding_standards.rst
index
e0aab35
..
2d6d8e5
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 file):
+ the main language of the project):
.. code-block:: jinja