소스 검색

Mention C coding style in HACKING.

Jelmer Vernooij 16 년 전
부모
커밋
9c0d14848b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      HACKING

+ 1 - 1
HACKING

@@ -2,4 +2,4 @@ Please follow PEP8 with regard to coding style.
 
 All functionality should be available in pure Python. C replacements may 
 be written for performance reasons, but should never replace the Python 
-implementation.
+implementation. The C implementations should follow the kernel/git coding style.