commit 2abcaae24bc7dbd35011241684f41f290b88461a Author: aagbsn aagbsn@extc.org Date: Mon Dec 3 12:45:06 2012 +0000
Update style guide --- HACKING | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/HACKING b/HACKING index 66e6d9e..79ba588 100644 --- a/HACKING +++ b/HACKING @@ -168,13 +168,8 @@ Class attributes should also follow camelCase with the first letter non-capital.
Functions should follow camelCase with the first letter non-capital.
-Functions that are inside the local scope of a class or method should be all -lowercase separated by an underscore. - - - - - +Functions and variables that are inside the local scope of a class or method +should be all lowercase separated by an underscore.
Indentation ...........
tor-commits@lists.torproject.org