Merged revisions 207925 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r207925 | russell | 2009-07-21 17:22:18 -0500 (Tue, 21 Jul 2009) | 4 lines
  
  Note that we use tabs instead of spaces for indentation.
  
  I'm surprised this was never actually in here...
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@207930 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-07-21 22:23:45 +00:00
parent c846ad7d7e
commit 2b360738a4

View File

@@ -41,6 +41,8 @@ can list them in the "svn diff" command:
* General rules
---------------
- Indent code using tabs, not spaces.
- All code, filenames, function names and comments must be in ENGLISH.
- Don't annotate your changes with comments like "/* JMG 4/20/04 */";