Skip to content

Commit 23c6e89

Browse files
authored
Merge pull request libgit2#4681 from pks-t/pks/indentation-tab-width
docs: fix statement about tab width
2 parents 291cf12 + 0bfe5f7 commit 23c6e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ GIT_EXTERN(int) git_foo_id(
199199
int b);
200200
```
201201

202-
Indent with tabs; set your editor's tab width to 4 for best effect.
202+
Indent with tabs; set your editor's tab width to eight for best effect.
203203

204204
Avoid trailing whitespace and only commit Unix-style newlines (i.e. no CRLF
205205
in the repository - just set `core.autocrlf` to true if you are writing code

0 commit comments

Comments
 (0)