Unverified Commit 23c6e894 by Edward Thomson Committed by GitHub

Merge pull request #4681 from pks-t/pks/indentation-tab-width

docs: fix statement about tab width
parents 291cf12e 0bfe5f78
......@@ -199,7 +199,7 @@ GIT_EXTERN(int) git_foo_id(
int b);
```
Indent with tabs; set your editor's tab width to 4 for best effect.
Indent with tabs; set your editor's tab width to eight for best effect.
Avoid trailing whitespace and only commit Unix-style newlines (i.e. no CRLF
in the repository - just set `core.autocrlf` to true if you are writing code
......
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