[latexila] HACKING: more details



commit 185655cf1680f72a251aadf4d925957b74990fe5
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Fri Apr 13 22:42:20 2012 +0200

    HACKING: more details

 HACKING |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/HACKING b/HACKING
index 2965b42..19c3332 100644
--- a/HACKING
+++ b/HACKING
@@ -44,6 +44,8 @@ There are some rules to follow when coding:
         - for (int i = 0 ; i < max ; i++) // not for(int i=0;i<max;i++)
         - etc...
     - do not use 'var' for declaring variables, unless the type is very long
+    - git commits: max 72 characters for the first line, followed by a blank
+      line and then the description
     - same coding style everywhere
 
 How to generate the C code from Vala files?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]