mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:20:01 +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);
|
||||
```
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user