We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 291cf12 + 0bfe5f7 commit 23c6e89Copy full SHA for 23c6e89
docs/conventions.md
@@ -199,7 +199,7 @@ GIT_EXTERN(int) git_foo_id(
199
int b);
200
```
201
202
-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.
203
204
Avoid trailing whitespace and only commit Unix-style newlines (i.e. no CRLF
205
in the repository - just set `core.autocrlf` to true if you are writing code
0 commit comments