File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,19 @@ buildGoModule rec {
4646
4747 meta = {
4848 description = "one CLI to format the code tree" ;
49+ longDescription = ''
50+ [treefmt](${ meta . homepage } ) streamlines the process of applying formatters
51+ to your project, making it a breeze with just one command line.
52+
53+ The `treefmt` package provides functions for configuring treefmt using
54+ the module system, which are documented in the [treefmt section] of the
55+ Nixpkgs Manual.
56+
57+ Alternatively, treefmt can be configured using [treefmt-nix].
58+
59+ [treefmt section]: https://nixos.org/manual/nixpkgs/unstable#treefmt
60+ [treefmt-nix]: https://github.com/numtide/treefmt-nix
61+ '' ;
4962 homepage = "https://github.com/numtide/treefmt" ;
5063 license = lib . licenses . mit ;
5164 maintainers = with lib . maintainers ; [
You can’t perform that action at this time.
0 commit comments