softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
227 stars 46 forks source link

Use either rustfmt.toml or .rustfmt.toml but not both #71

Closed szabgab closed 2 months ago

szabgab commented 2 months ago

It seem that in this repository there is both a rustfmt.toml and a .rustfmt.toml file which is confusing as only one will be used. See this report

softprops commented 2 months ago

I found that 14,951 of the crates (10.53%) have rustfmt.toml and 5,420 crates (3.81%) have .rustfmt.toml 35 crates have both

Not intentional. I'm prefer the more common rustfmt.toml name

szabgab commented 2 months ago

I did not think it was intentional :smile:

softprops commented 2 months ago

thanks for the heads up