Neargye / magic_enum

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.88k stars 434 forks source link

chore: remove crlf line endings in bazel files #358

Closed zaucy closed 4 months ago

zaucy commented 4 months ago

when I originally added these bazel files I accidentally submitted some with CRLF line endings and they're causing issues on the BCR submission https://github.com/bazelbuild/bazel-central-registry/pull/1903

Neargye commented 4 months ago

Thanks!