To the people using #zed for #rust development: Rust (new) module system uses module_name.rs + module_name/ (directory) for organizing modules and sub-modules, so it would make sense to NOT sort directories first in the project panel, so the file and dir for one module are next to each other and not the dir on top and the file elsewhere bellow. How to you configure it to have the natural sorting for #rust project?

@corpsmoderne yeah it's unfortunate it got added imo, but I don't blame people for using it. The docs push it pretty hard.

It's important imo that there's only one way to do these kinds of things. Multiple ways to do it means third party tools have to support both, and can waste a lot of time with arguments over style in every project etc.

One of my favorite things about rust is rustfmt having one way things are formatted so people don't argue over formatting. Feels like a step away from that.