Просмотр исходного кода

Add a new rule in code style guidelines

Talha Mansoor лет назад: 10
Родитель
Сommit
fdd4b11faa
1 измененных файлов с 1 добавлено и 0 удалено
  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