ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.12k stars 268 forks source link

Source code contains trailing spaces #187

Open marsgpl opened 1 month ago

marsgpl commented 1 month ago

Text editor that I use (Zed) configured in a way that it removes trailing spaces on file save. This creates a lot of unnecessary changes when I attempt to create a PR with my default commit settings. Please consider removing trailing spaces, this will make submitting PRs easier.

ibireme commented 1 month ago

I've kept the whitespace-only lines to maintain indentation and make it easier to move the cursor and add new characters. I'll try out your suggestion later.