X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=doc%2FCODING-GUIDELINES;h=c4cb675e746323f4a56103abe07b091a5dd0adab;hp=80ab2076756158f426e7f663f99501566c8024d9;hb=ced2554f60a2cedcc38ea54736475eb45e201e5d;hpb=7466e006638f4d461c120038c6fd590d50fb4f50;ds=inline diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index 80ab207..c4cb675 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -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 */";