summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONVENTIONS.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONVENTIONS.md b/CONVENTIONS.md
index ea5e40ee6..10d9c8644 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