Fix erroneous whitespace guideline

This commit is contained in:
Ben Straub 2012-12-05 08:22:28 -08:00
parent 05fc823fce
commit a541eafa60

View 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