mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Using a float when the file size is in bytes is confusing. Instead we should show "123B" for <1024B and use floats only for KiB and above.