summaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index f31b1a8752..22300199a8 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -49,7 +49,7 @@ Braces for function declarations are put in a new line under the name, as in:
49 49
50 int foo(char *name) 50 int foo(char *name)
51 { 51 {
52 return FOO_NAME: 52 return FOO_NAME:
53 } 53 }
54 54
55Always indent your code with four spaces. Don't use TAB characters, as that 55Always indent your code with four spaces. Don't use TAB characters, as that
@@ -66,7 +66,7 @@ Use UTF-8 character set, but try to refrain from using any non-ascii
66letters as they will only appear weird in some camps no matter what. 66letters as they will only appear weird in some camps no matter what.
67 67
68Contributing code 68Contributing code
69------- 69-----------------
70We have a public code review system based on git, which is also how you can 70We have a public code review system based on git, which is also how you can
71check out the latest version of the Rockbox sources. 71check out the latest version of the Rockbox sources.
72See http://www.rockbox.org/wiki/UsingGit for details on how to setup your 72See http://www.rockbox.org/wiki/UsingGit for details on how to setup your