소스 검색

Add a new rule in code style guidelines

Talha Mansoor 11 년 전
부모
커밋
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