Commit a541eafa by Ben Straub

Fix erroneous whitespace guideline

parent 05fc823f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment