Commit 23c6e894317d1c9cd90ee7d93e5b0d264b4dcc6c

Edward Thomson 2018-06-12T12:40:53

Merge pull request #4681 from pks-t/pks/indentation-tab-width docs: fix statement about tab width

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/conventions.md b/docs/conventions.md
index ffb696a..f86e1e2 100644
--- a/docs/conventions.md
+++ b/docs/conventions.md
@@ -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