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/trunk@207925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-07-21 22:22:18 +00:00
parent 7466e00663
commit ced2554f60

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 */";