yaml / libyaml

Canonical source repository for LibYAML
http://pyyaml.org/wiki/LibYAML
MIT License
951 stars 316 forks source link

Replace the only two occurrences of \t in C code #252

Closed dtolnay closed 4 months ago

dtolnay commented 2 years ago

The use of hard tabs, where everything else in this project uses 4-space indent, causes the code to be displayed in a misleading way when tab size is anything other than 8, including in GitHub's web UI.

https://github.com/yaml/libyaml/blob/f8f760f7387d2cc56a2fc7b1be313a3bf3f7f58c/src/api.c#L123-L126

Screenshot from 2022-08-01 14-14-13

dtolnay commented 2 years ago

CI failure appears unrelated.

Using default tag: latest
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit