From eb3bee2b2c574a6b81321cddcf0f1c455565ac62 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 18 Apr 2002 22:36:46 +0000 Subject: Added comments about linefeeds and const git-svn-id: svn://svn.rockbox.org/rockbox/trunk@140 a1c6a512-1295-4272-9138-f99709370657 --- firmware/CONTRIBUTING | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/CONTRIBUTING b/firmware/CONTRIBUTING index b38409ade5..73f124eb7b 100644 --- a/firmware/CONTRIBUTING +++ b/firmware/CONTRIBUTING @@ -6,8 +6,8 @@ contributors adhere to a few simple conventions: - Write all code in C. Sometimes assembly is faster, but C is always more readable and maintainable. -- Write C code. Don't redefine the language. No new types, no C++isms or - Javaisms. +- Write normal C code. Don't redefine the language. No new types, + no C++isms or Javaisms. Also, do not use "const". - Variables and function names should be all lower case. Preprocessor symbols should be all uppercase. @@ -16,3 +16,4 @@ contributors adhere to a few simple conventions: four spaces. Don't use TAB characters, as that will mess up code display in CVS, printing, and a zillion other places. +- Use "unix style" line feeds: "LF" only. Do not use "CR+LF". -- cgit v1.2.3