diff options
Diffstat (limited to 'docs/conventions.md')
| -rw-r--r-- | docs/conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conventions.md b/docs/conventions.md index ffb696a4d..f86e1e249 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 |
