]> git.proxmox.com Git - libgit2.git/commitdiff
Fix erroneous whitespace guideline
authorBen Straub <bs@github.com>
Wed, 5 Dec 2012 16:22:28 +0000 (08:22 -0800)
committerBen Straub <bs@github.com>
Wed, 5 Dec 2012 16:22:28 +0000 (08:22 -0800)
CONVENTIONS.md

index ea5e40ee6176757df4ee275c0d2ac89e33566a5e..10d9c86449b43cb4f2a34a202db057f551bc5f91 100644 (file)
@@ -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