Procházet zdrojové kódy

Mention C coding style in HACKING.

Jelmer Vernooij před 16 roky
rodič
revize
9c0d14848b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.