浏览代码

Mention C coding style in HACKING.

Jelmer Vernooij 16 年之前
父节点
当前提交
9fec6fcb99
共有 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 
 All functionality should be available in pure Python. C replacements may 
 be written for performance reasons, but should never replace the Python 
 be written for performance reasons, but should never replace the Python 
-implementation.
+implementation. The C implementations should follow the kernel/git coding style.