diff options
author | Ben Straub <bs@github.com> | 2012-12-05 08:22:28 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-12-05 08:22:28 -0800 |
commit | a541eafa606b58e7ce3df8e496da8e032fdb74ec (patch) | |
tree | 1b33a5a9ab41116398f3b26cbe97a6db8ce8ab48 /CONVENTIONS.md | |
parent | 05fc823fce7535faf00ad1646c087ef42f69cd67 (diff) | |
download | libgit2-a541eafa606b58e7ce3df8e496da8e032fdb74ec.tar.gz |
Fix erroneous whitespace guideline
Diffstat (limited to 'CONVENTIONS.md')
-rw-r--r-- | CONVENTIONS.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CONVENTIONS.md b/CONVENTIONS.md index ea5e40ee6..10d9c8644 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -123,8 +123,7 @@ GIT_EXTERN(int) git_foo_id( int b); ``` -Public headers are indented with spaces, three to a tab. Internal code is -indented with tabs; set your editor's tab width to 3 for best effect. +Indentation is done with tabs; set your editor's tab width to 3 for best effect. ## Documentation |