nix-community / nixpkgs-fmt

Nix code formatter for nixpkgs [maintainer=@zimbatm]
https://nix-community.github.io/nixpkgs-fmt/
Apache License 2.0
582 stars 32 forks source link

Split long lines to multiple smaller lines #331

Closed misuzu closed 3 months ago

misuzu commented 4 months ago

Is your feature request related to a problem? Please describe. Basically https://github.com/NixOS/nixpkgs/pull/319359#issuecomment-2163688888

Describe the solution you'd like Split long lines to multiple smaller lines, something like "LINE LENGTH" option here: https://black.vercel.app/

Describe alternatives you've considered Status quo

misuzu commented 3 months ago

https://github.com/NixOS/nixfmt already does this I guess