Explorar o código

Mention C coding style in HACKING.

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
9c0d14848b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.