Commit a541eafa606b58e7ce3df8e496da8e032fdb74ec

Ben Straub 2012-12-05T08:22:28

Fix erroneous whitespace guideline

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CONVENTIONS.md b/CONVENTIONS.md
index ea5e40e..10d9c86 100644
--- a/CONVENTIONS.md
+++ b/CONVENTIONS.md
@@ -123,8 +123,7 @@ GIT_EXTERN(int) git_foo_id(
    int b);
 ```
 
-Public headers are indented with spaces, three to a tab.  Internal code is
-indented with tabs; set your editor's tab width to 3 for best effect.
+Indentation is done with tabs; set your editor's tab width to 3 for best effect.
 
 
 ## Documentation