Browse Source

Add a new rule in code style guidelines

Talha Mansoor 10 years ago
parent
commit
fdd4b11faa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -17,6 +17,7 @@ Follow the code style of the existing codebase
 ==============================================
 
 1. Use single ('') rather than double ("") quotation marks for Jinja strings
+1. In Jinja print statements, surround the variable with spaces inside curly braces, for example `{{ foo.bar }}`
 1. Use double ("") quotation marks around HTML attributes
 2. End files with a newline