mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 17:57:25 +00:00
Fix erroneous whitespace guideline
This commit is contained in:
parent
05fc823fce
commit
a541eafa60
@ -123,8 +123,7 @@ GIT_EXTERN(int) git_foo_id(
|
|||||||
int b);
|
int b);
|
||||||
```
|
```
|
||||||
|
|
||||||
Public headers are indented with spaces, three to a tab. Internal code is
|
Indentation is done with tabs; set your editor's tab width to 3 for best effect.
|
||||||
indented with tabs; set your editor's tab width to 3 for best effect.
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user